We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5eb6af0 + 1587780 commit f9ee2aeCopy full SHA for f9ee2ae
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
strategy:
28
fail-fast: true
29
matrix:
30
- python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
+ python-version: ['3.9', '3.10', '3.11', '3.12']
31
os: [ubuntu-latest, windows-latest, macos-latest]
32
33
runs-on: ${{ matrix.os }}
0 commit comments