We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4982d66 commit 204fff5Copy full SHA for 204fff5
.github/workflows/test-python.yml
@@ -37,7 +37,7 @@ jobs:
37
strategy:
38
matrix:
39
os: [ubuntu-20.04]
40
- python-version: ["3.7", "3.11", "pypy-3.9"]
+ python-version: ["3.8", "3.11", "pypy-3.9"]
41
fail-fast: false
42
name: CPython ${{ matrix.python-version }}-${{ matrix.os }}
43
steps:
0 commit comments