There was an error while loading. Please reload this page.
1 parent bfdb33e commit caaaf73Copy full SHA for caaaf73
1 file changed
.github/workflows/tests.yml
@@ -49,7 +49,7 @@ jobs:
49
- macos-15-intel
50
python:
51
- '3.9'
52
- - '3.14'
+ - '3.15'
53
meson:
54
-
55
dependencies:
@@ -115,6 +115,7 @@ jobs:
115
uses: actions/setup-python@v5
116
with:
117
python-version: ${{ matrix.python }}
118
+ allow-prereleases: true
119
120
- name: Install Ninja
121
run: sudo apt-get install ninja-build
0 commit comments