Skip to content

Commit

Permalink
[CI] Run checks also on Python 3.12 (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvervloesem authored Dec 22, 2023
1 parent 48281b4 commit 4954900
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- "3.8" # oldest Python supported by PSF
- "3.9"
- "3.10"
- "3.11" # newest stable Python
- "3.11"
- "3.12" # newest stable Python
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual_test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with: {fetch-depth: 0} # deep clone for setuptools-scm
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- name: Install pypa/build
run: |
python3 -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.12"
- name: Install build dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with: {fetch-depth: 0} # deep clone for setuptools-scm
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- name: Install pypa/build
run: |
python3 -m pip install --upgrade pip
Expand Down

0 comments on commit 4954900

Please sign in to comment.