Skip to content

Commit

Permalink
CI: update test matrix to include Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolodi committed Oct 22, 2023
1 parent 5a51336 commit 0170442
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- windows
python:
- '3.7'
- '3.11'
- '3.12'
meson:
-
include:
Expand All @@ -56,9 +56,9 @@ jobs:
python: '3.9'
- os: ubuntu
python: '3.10'
- os: ubuntu
python: '3.12-dev'
# Test with older supported Meson version.
# Test with older supported Meson version. Meson up to
# version 1.2.3 requires distutils, which has been removed
# from the stdlib in Python 3.12, thus test with Pythn 3.11.
- os: ubuntu
python: '3.11'
meson: '~=0.63.3'
Expand All @@ -73,10 +73,10 @@ jobs:
meson: '~=1.1.0'
# Test with Meson master branch.
- os: ubuntu
python: '3.11'
python: '3.12'
meson: '@git+https://github.com/mesonbuild/meson.git'
- os: windows
python: '3.11'
python: '3.12'
meson: '@git+https://github.com/mesonbuild/meson.git'

steps:
Expand Down

0 comments on commit 0170442

Please sign in to comment.