Skip to content

Commit fbef9b4

Browse files
committed
CI: use a newer pypy
1 parent 882e207 commit fbef9b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: [ubuntu-latest, macos-latest, windows-latest]
13-
python-version: [3.9, '3.10', 3.11, '3.12', '3.13', '3.14', 'pypy-3.9']
13+
python-version: [3.9, '3.10', 3.11, '3.12', '3.13', '3.14', 'pypy-3.11']
1414
exclude:
15-
# hangs
15+
# too slow
1616
- os: macos-latest
17-
python-version: pypy-3.9
17+
python-version: pypy-3.11
1818
- os: windows-latest
19-
python-version: pypy-3.9
19+
python-version: pypy-3.11
2020
include:
2121
- os: ubuntu-latest
2222
pip-cache: ~/.cache/pip

0 commit comments

Comments
 (0)