Skip to content

Commit 3c6b89d

Browse files
dnicolodirgommers
authored andcommitted
CI: run tests with Meson master branch with Python 3.14
1 parent ab2bb6d commit 3c6b89d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ jobs:
102102
meson: '~=1.8.0'
103103
# Test with Meson master branch.
104104
- os: ubuntu-latest
105-
python: '3.12'
105+
python: '3.14'
106106
meson: '@git+https://github.com/mesonbuild/meson.git'
107107
- os: windows-latest
108-
python: '3.12'
108+
python: '3.14'
109109
meson: '@git+https://github.com/mesonbuild/meson.git'
110110

111111
steps:

0 commit comments

Comments
 (0)