Skip to content

Commit 45a4d87

Browse files
authored
Test on pypy-3.11 instead of pypy-3.8 (#375)
1 parent 03462f5 commit 45a4d87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=py{38,39,310,311,312,pypy38},docs,linting
2+
envlist=py{38,39,310,311,312,pypy311},docs,linting
33
isolated_build = true
44

55
[testenv]

0 commit comments

Comments
 (0)