We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e2e1f2 commit db72250Copy full SHA for db72250
1 file changed
.github/workflows/tests.yml
@@ -49,6 +49,7 @@ jobs:
49
python:
50
- '3.9'
51
- '3.14'
52
+ - '3.15.0-alpha.3'
53
meson:
54
-
55
dependencies:
@@ -111,7 +112,7 @@ jobs:
111
112
uses: actions/checkout@v4
113
114
- name: Set up target Python
- uses: actions/setup-python@v5
115
+ uses: actions/setup-python@v6
116
with:
117
python-version: ${{ matrix.python }}
118
@@ -162,7 +163,7 @@ jobs:
162
163
164
165
166
167
168
169
@@ -303,7 +304,7 @@ jobs:
303
304
305
306
- name: Setup Python
307
308
309
python-version: 3.9
310
0 commit comments