Skip to content

Commit caaaf73

Browse files
committed
CI: test with Python 3.15
Switch Python 3.15 for Python 3.14 in the main test matrix. Python 3.14 is tested by the jobs running with Meson from git master branch.
1 parent bfdb33e commit caaaf73

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- macos-15-intel
5050
python:
5151
- '3.9'
52-
- '3.14'
52+
- '3.15'
5353
meson:
5454
-
5555
dependencies:
@@ -115,6 +115,7 @@ jobs:
115115
uses: actions/setup-python@v5
116116
with:
117117
python-version: ${{ matrix.python }}
118+
allow-prereleases: true
118119

119120
- name: Install Ninja
120121
run: sudo apt-get install ninja-build

0 commit comments

Comments
 (0)