We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01fdce1 commit ca3ab06Copy full SHA for ca3ab06
.github/workflows/pytest.yml
@@ -14,7 +14,7 @@ jobs:
14
- {name: 'CPython 3.7', python: '3.7'}
15
- {name: 'CPython 3.11', python: '3.11'}
16
- {name: 'Pypy 3.7', python: 'pypy-3.7'}
17
- - {name: 'Pypy 3.9', python: 'pypy-3.9'}
+ - {name: 'Pypy 3.10', python: 'pypy-3.10'}
18
name: ${{ matrix.name }}
19
runs-on: ubuntu-latest
20
timeout-minutes: 3
0 commit comments