Skip to content

Commit

Permalink
Make Python 3.12 CI test non-experimental (#4498)
Browse files Browse the repository at this point in the history
Python 3.12 is released upstream. Require it.
  • Loading branch information
holmanb authored Oct 9, 2023
1 parent de5fc36 commit 928b7e3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ jobs:
unittests:
strategy:
matrix:
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11" ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ]
toxenv: [ py3 ]
experimental: [false]
include:
- python-version: "3.12-dev"
toxenv: py3
experimental: true
- python-version: "3.6"
toxenv: lowest-supported
experimental: false
Expand Down

0 comments on commit 928b7e3

Please sign in to comment.