We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb67da commit 2ebf463Copy full SHA for 2ebf463
1 file changed
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
os: [ubuntu-latest, macOS-latest] # TODO: add windows-2019,
15
- python-version: ["38", "39", "310", "311", "312", "313"]
+ python-version: ["39", "310", "311", "312", "313"]
16
env:
17
CIBW_SKIP: "cp36-* pp* *-win32"
18
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
0 commit comments