We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f371ff commit d949b8eCopy full SHA for d949b8e
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
strategy:
53
fail-fast: false
54
matrix:
55
- python-version: ["3.8", "pypy-3.10", "3.13", "3.14"]
+ python-version: ["3.8", "pypy-3.11", "3.13", "3.14"]
56
runs-on: [ubuntu-latest, macos-14]
57
cmake-version: ["3.15.x"]
58
@@ -72,6 +72,9 @@ jobs:
72
- python-version: "3.9"
73
runs-on: ubuntu-latest
74
cmake-version: "3.20.x"
75
+ - python-version: "pypy-3.10"
76
+ runs-on: macos-latest
77
+ cmake-version: "3.15.x"
78
79
runs-on: macos-13
80
cmake-version: "3.18.x"
0 commit comments