We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e5399 commit c923c04Copy full SHA for c923c04
.github/workflows/build-package.yml
@@ -27,7 +27,7 @@ jobs:
27
strategy:
28
matrix:
29
os: [windows-latest, ubuntu-latest] #, macos-latest]
30
- python-version: [3.7, 3.8, 3.9, 3.10, 3.11, 3.12]
+ python-version: [3.8, 3.9, 3.10, 3.11, 3.12]
31
runs-on: ${{ matrix.os }}
32
33
steps:
0 commit comments