Skip to content

Commit

Permalink
Run CI against stable Python 3.12 (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 authored Oct 3, 2023
1 parent 1520e18 commit df73698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
needs: [ verify, package ]
strategy:
matrix:
PYTHON_VER: [ 3.12-dev, 3.11, "3.10", pypy3.10, 3.9, 3.8 ]
PYTHON_VER: [ 3.12, 3.11, "3.10", pypy3.10, 3.9, 3.8 ]
uses: ./.github/workflows/test.yml
secrets: inherit
with:
Expand Down

0 comments on commit df73698

Please sign in to comment.