We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39cfe9e commit cbc05f6Copy full SHA for cbc05f6
3 files changed
.github/workflows/pytest.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
strategy:
20
matrix:
21
- python-version: [ "3.7", "3.8", "3.9", "3.10" , "3.11" ]
+ python-version: [ "3.8", "3.9", "3.10" , "3.11" ]
22
fail-fast: false
23
24
steps:
0 commit comments