Skip to content

Commit 5efe06c

Browse files
committed
Remove Python 3.12 from wheel distribution
1 parent b499e6c commit 5efe06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
strategy:
6767
fail-fast: false
6868
matrix:
69-
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
69+
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
7070

7171
defaults:
7272
run:

0 commit comments

Comments
 (0)