We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d20e3 commit a1872bcCopy full SHA for a1872bc
1 file changed
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
runs-on: ${{ matrix.os }}
28
strategy:
29
matrix:
30
- python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
+ python-version: ["3.8", "3.9", "3.10", "3.11"]
31
os: [ubuntu-latest, macos-13, windows-latest]
32
exclude:
33
# windows runners have gotten flaky
0 commit comments