Skip to content

Commit ca3ab06

Browse files
Replace pypy3.9 with pypy3.10 in pytest (#567)
1 parent 01fdce1 commit ca3ab06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- {name: 'CPython 3.7', python: '3.7'}
1515
- {name: 'CPython 3.11', python: '3.11'}
1616
- {name: 'Pypy 3.7', python: 'pypy-3.7'}
17-
- {name: 'Pypy 3.9', python: 'pypy-3.9'}
17+
- {name: 'Pypy 3.10', python: 'pypy-3.10'}
1818
name: ${{ matrix.name }}
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 3

0 commit comments

Comments
 (0)