Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9f90486

Browse files
committedOct 28, 2024·
Using pypy3.10
1 parent db0a35d commit 9f90486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
max-parallel: 4
1010
matrix:
11-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.12"]
11+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.10"]
1212
os: [ubuntu-24.04, windows-latest]
1313
exclude:
1414
- os: windows-latest
@@ -20,7 +20,7 @@ jobs:
2020
- os: windows-latest
2121
python-version: "3.12"
2222
- os: windows-latest
23-
python-version: "pypy3.12"
23+
python-version: "pypy3.10"
2424

2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)
Please sign in to comment.