Skip to content

Commit

Permalink
chore(workflows): add python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bj00rn committed Nov 6, 2024
1 parent cb0cf48 commit 3b2b650
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
matrix:
python:
- "3.10" # oldest Python supported by PSF
- "3.11" # newest Python that is stable
- "3.11"
- "3.12" # newest Python that is stable
platform:
- ubuntu-latest
runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit 3b2b650

Please sign in to comment.