Skip to content

Commit ccfbec4

Browse files
Add more recent pypy versions to CI.
1 parent 62d33ad commit ccfbec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest]
16-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.9', 'pypy-3.10']
16+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10', 'pypy-3.11', 'pypy-3.12', 'pypy-3.13']
1717
include:
1818
# Add spot checks on macOS and Windows for latest and oldest supported
1919
- os: macos-latest

0 commit comments

Comments
 (0)