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 2feff50 commit 32fd6edCopy full SHA for 32fd6ed
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
# arch: x86_64
26
27
28
- python: [["cp36", "3.6"],["cp37", "3.7"],["cp38", "3.8"],["cp39", "3.9"],["cp310", "3.10"], ["cp311", "3.11"], ["cp312", "3.12"]]
+ python: [["cp38", "3.8"],["cp39", "3.9"],["cp310", "3.10"], ["cp311", "3.11"], ["cp312", "3.12"]]
29
30
runs-on: ${{ matrix.buildplat.platform }}
31
0 commit comments