We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc9b8d commit 4877829Copy full SHA for 4877829
.github/workflows/ci.yml
@@ -36,13 +36,13 @@ jobs:
36
fail-fast: false
37
matrix:
38
python-version:
39
- - "3.7"
40
- "3.8"
41
- "3.9"
42
- "3.10"
43
- "3.11"
44
- "3.12"
45
- - "pypy-3.7"
+ - "pypy-3.8"
+ - "pypy-3.9"
46
os:
47
- ubuntu-latest
48
- macos-latest
@@ -56,7 +56,13 @@ jobs:
56
- os: windows-latest
57
extension: use_cython
58
59
- python-version: "pypy-3.7"
+ python-version: "pypy-3.8"
60
+ - os: windows-latest
61
+ python-version: "pypy-3.9"
62
+ - os: macos-latest
63
64
65
66
runs-on: ${{ matrix.os }}
67
steps:
68
- uses: actions/checkout@v3
0 commit comments