Skip to content

Commit

Permalink
Merge pull request #1476 from rmartin16/ci-python3.12
Browse files Browse the repository at this point in the history
Require CI to succeed on Python 3.12
  • Loading branch information
freakboy3742 authored Oct 3, 2023
2 parents 939b17a + c8fd6c5 commit 8e3d391
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
fail-fast: false
matrix:
platform: [ "macos", "ubuntu", "windows" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12-dev" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
include:
- experimental: false
# Allow dev Python to fail without failing entire job
- python-version: "3.12-dev"
experimental: true
#- python-version: "3.13-dev"
# experimental: true
# Run tests against the latest Windows Store Python
- platform: "windows"
python-version: "winstore3.11"
Expand Down
1 change: 1 addition & 0 deletions changes/1476.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
With the release of Python 3.12.0, CI is now required to succeed for Python 3.12.

0 comments on commit 8e3d391

Please sign in to comment.