We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9687210 commit c281ff4Copy full SHA for c281ff4
1 file changed
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ${{ matrix.os }}
17
strategy:
18
matrix:
19
- python-version: ["3.7.1", "3.8", "3.10"]
+ python-version: ["3.8", "3.11"]
20
os: [ubuntu-latest, macos-latest, windows-latest]
21
fail-fast : false
22
defaults:
0 commit comments