Skip to content

Commit db72250

Browse files
committed
CI: test with Python 3.15.0a3
1 parent 1e2e1f2 commit db72250

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
python:
5050
- '3.9'
5151
- '3.14'
52+
- '3.15.0-alpha.3'
5253
meson:
5354
-
5455
dependencies:
@@ -111,7 +112,7 @@ jobs:
111112
uses: actions/checkout@v4
112113

113114
- name: Set up target Python
114-
uses: actions/setup-python@v5
115+
uses: actions/setup-python@v6
115116
with:
116117
python-version: ${{ matrix.python }}
117118

@@ -162,7 +163,7 @@ jobs:
162163
uses: actions/checkout@v4
163164

164165
- name: Set up target Python
165-
uses: actions/setup-python@v5
166+
uses: actions/setup-python@v6
166167
with:
167168
python-version: ${{ matrix.python }}
168169

@@ -303,7 +304,7 @@ jobs:
303304
uses: actions/checkout@v4
304305

305306
- name: Setup Python
306-
uses: actions/setup-python@v5
307+
uses: actions/setup-python@v6
307308
with:
308309
python-version: 3.9
309310

0 commit comments

Comments
 (0)