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 7f54a98 commit 95fe713Copy full SHA for 95fe713
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: false
14
matrix:
15
os: [ubuntu, windows, macos]
16
- python-version: ['3.10', '3.11', '3.12', '3.13', 'pypy-3.10']
+ python-version: ['3.10', '3.11', '3.12', '3.13', 'pypy-3.11']
17
exclude:
18
- os: windows
19
python-version: pypy3
0 commit comments