We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 452cc95 commit bc7b125Copy full SHA for bc7b125
.github/workflows/tests.yml
@@ -60,7 +60,7 @@ jobs:
60
strategy:
61
fail-fast: false
62
matrix:
63
- python: [ 3.7, 3.9, "3.11" ]
+ python: [ 3.8, 3.9, "3.11" ]
64
os: [ macos-latest, ubuntu-latest, windows-latest ]
65
defaults:
66
run:
0 commit comments