Skip to content

Commit 7420cfd

Browse files
Test on Python 3.11 and reduce the number of Python version tested
We test only on the lower and upper version of a Python VM. This will allow to reduce the CI usage.
1 parent ef1c7d3 commit 7420cfd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: .github/workflows/pytest.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@ jobs:
88
matrix:
99
include:
1010
- {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'}
11+
- {name: 'CPython 3.11', python: '3.11'}
1412
- {name: 'Pypy 3.7', python: 'pypy-3.7'}
15-
- {name: 'Pypy 3.8', python: 'pypy-3.8'}
1613
- {name: 'Pypy 3.9', python: 'pypy-3.9'}
1714
name: ${{ matrix.name }}
1815
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)