mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
add 3.12 to actions
- remove eol 3.7 - add new version 3.12 - use 3.11 as stable version for all actions
This commit is contained in:
parent
0b0db8d863
commit
2e69f9d947
1 changed files with 7 additions and 7 deletions
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
|
|
@ -15,8 +15,6 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
config:
|
||||
- os: ubuntu
|
||||
python: "3.7"
|
||||
- os: ubuntu
|
||||
python: "3.8"
|
||||
- os: ubuntu
|
||||
|
|
@ -25,10 +23,12 @@ jobs:
|
|||
python: "3.10"
|
||||
- os: ubuntu
|
||||
python: "3.11"
|
||||
- os: ubuntu
|
||||
python: "3.12"
|
||||
- os: macos
|
||||
python: "3.7"
|
||||
python: "3.11"
|
||||
- os: windows
|
||||
python: "3.7"
|
||||
python: "3.11"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
@ -66,7 +66,7 @@ jobs:
|
|||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.9"
|
||||
python-version: "3.11"
|
||||
cache: 'pip'
|
||||
cache-dependency-path: '**/requirements/*'
|
||||
- name: Install tox
|
||||
|
|
@ -84,7 +84,7 @@ jobs:
|
|||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.9"
|
||||
python-version: "3.11"
|
||||
cache: 'pip'
|
||||
cache-dependency-path: '**/requirements/*'
|
||||
- name: Install tox
|
||||
|
|
@ -112,7 +112,7 @@ jobs:
|
|||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.9"
|
||||
python-version: "3.11"
|
||||
|
||||
- name: Check release
|
||||
id: check_release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue