We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477260e commit 2d69f9eCopy full SHA for 2d69f9e
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
strategy:
53
fail-fast: false
54
matrix:
55
- python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11-dev" ]
+ python-version: [ "3.8", "3.9", "3.10", "3.11-dev" ]
56
os: [ ubuntu-latest, macOS-latest, windows-latest ]
57
58
steps:
0 commit comments