Skip to content

Commit 62f3fba

Browse files
authored
Added PyPy 3.11 (#106)
1 parent 002b50a commit 62f3fba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "pypy-3.9", "pypy-3.10"]
14+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "pypy-3.11"]
1515
os: [ubuntu-latest]
1616

1717
steps:

0 commit comments

Comments
 (0)