8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88dcd31 commit 581807bCopy full SHA for 581807b
.github/workflows/ci.yml
@@ -42,8 +42,8 @@ jobs:
42
- "3.11"
43
- "3.12"
44
- "3.13"
45
- - "pypy-3.8"
46
- "pypy-3.9"
+ - "pypy-3.10"
47
os:
48
- ubuntu-latest
49
- macos-latest
@@ -56,14 +56,14 @@ jobs:
56
extension: use_cython
57
- os: windows-latest
58
59
- - os: windows-latest
60
- python-version: "pypy-3.8"
61
62
python-version: "pypy-3.9"
63
- - os: macos-latest
64
+ - os: windows-latest
+ python-version: "pypy-3.10"
65
- os: macos-latest
66
+ - os: macos-latest
67
runs-on: ${{ matrix.os }}
68
steps:
69
- uses: actions/checkout@v3
0 commit comments