Skip to content

Commit 6011aff

Browse files
authored
Test on pypy-3.11 instead of pypy-3.8
1 parent a9d75e7 commit 6011aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fail-fast: false
3535
matrix:
3636
os: [ windows-latest, ubuntu-latest ]
37-
python: [ "3.8","3.10","3.11","3.12", "pypy-3.8" ]
37+
python: [ "3.8", "3.10", "3.11", "3.12", "pypy-3.11" ]
3838

3939
steps:
4040
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)