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 bd536ff commit 512bbddCopy full SHA for 512bbdd
.github/workflows/ci.yml
@@ -45,23 +45,17 @@ jobs:
45
strategy:
46
fail-fast: false
47
matrix:
48
- python-version: ["3.7", "pypy-3.9", "3.12"]
+ python-version: ["pypy-3.9", "3.12"]
49
runs-on: [ubuntu-latest, macos-13]
50
cmake-version: ["3.15.x"]
51
52
include:
53
- - python-version: "3.7"
54
- runs-on: windows-2022
55
- cmake-version: "3.21.x"
56
- python-version: "pypy-3.8"
57
runs-on: windows-2022
58
cmake-version: "3.21.x"
59
- python-version: "3.11"
60
61
cmake-version: "3.26.x"
62
- - python-version: "pypy-3.7"
63
- runs-on: ubuntu-latest
64
- cmake-version: "3.15.x"
65
- python-version: "pypy-3.10"
66
runs-on: ubuntu-latest
67
cmake-version: "3.15.x"
0 commit comments