We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1b105 commit 00f7e02Copy full SHA for 00f7e02
1 file changed
.github/workflows/codecov.yaml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
matrix:
8
os: [ubuntu-latest, macos-latest, windows-latest]
9
- python: ['3.7', '3.8', '3.9', '3.10', '3.11']
+ python: ['3.8', '3.9', '3.10', '3.11']
10
env:
11
OS: ${{ matrix.os }}
12
PYTHON: ${{ matrix.python }}
0 commit comments