Skip to content

Commit

Permalink
[#12052] Run more tests on 3.12. (#12053)
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph committed Dec 16, 2023
2 parents 7697871 + 6a37564 commit b2a7a7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
# The Python version on which the job is executed.
# We need at least one value here, so we go with latest Python version
# that we support..
python-version: ['3.11']
python-version: ['3.12.0']
# Just use the default OS.
runs-on: ['']
# Human readable short description for this job.
Expand Down Expand Up @@ -131,8 +131,8 @@ jobs:
# Just Python 3.10 with default settings.
- python-version: '3.10'

# Just Python 3.12 with default settings.
- python-version: '3.12'
# Just Python 3.11 with default settings.
- python-version: '3.11'

# Newest macOS and oldest Python (major) supported versions.
- python-version: '3.8'
Expand All @@ -141,7 +141,7 @@ jobs:
tox-env: 'macos-withcov-alldeps'

# Newest macOS and newest Python supported versions.
- python-version: '3.11'
- python-version: '3.12.0'
runs-on: 'macos-12'
job-name: 'macos-12-default-tests'
tox-env: 'macos-withcov-alldeps'
Expand All @@ -157,7 +157,7 @@ jobs:
trial-args: '--reactor=select'

# Windows, newest Python supported version with iocp reactor.
- python-version: '3.11'
- python-version: '3.12.0'
runs-on: 'windows-2022'
tox-env: 'alldeps-withcov-windows'
job-name: 'win-default-tests-iocp'
Expand Down
Empty file.

0 comments on commit b2a7a7b

Please sign in to comment.