We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d634a commit 29cf06eCopy full SHA for 29cf06e
.github/workflows/pytest.yaml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- python-version: ["3.7"]
+ python-version: ["3.8"]
20
name: pip compat - py${{ matrix.python-version }}
21
runs-on: ubuntu-latest
22
defaults:
0 commit comments