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 ef1c7d3 commit 7420cfdCopy full SHA for 7420cfd
.github/workflows/pytest.yml
@@ -8,11 +8,8 @@ jobs:
8
matrix:
9
include:
10
- {name: 'CPython 3.7', python: '3.7'}
11
- - {name: 'CPython 3.8', python: '3.8'}
12
- - {name: 'CPython 3.9', python: '3.9'}
13
- - {name: 'CPython 3.10', python: '3.10'}
+ - {name: 'CPython 3.11', python: '3.11'}
14
- {name: 'Pypy 3.7', python: 'pypy-3.7'}
15
- - {name: 'Pypy 3.8', python: 'pypy-3.8'}
16
- {name: 'Pypy 3.9', python: 'pypy-3.9'}
17
name: ${{ matrix.name }}
18
runs-on: ubuntu-latest
0 commit comments