We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebff90 commit 3dfb250Copy full SHA for 3dfb250
.github/workflows/test.yaml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.9", "3.10", "3.11", "3.12"]
21
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
22
23
steps:
0 commit comments