Skip to content

Commit a953d86

Browse files
authored
Python 3.9 wheels are no longer needed (#9214)
1 parent 6b10d4c commit a953d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
platform: macos
5555
os: macos-13
5656
cibw_arch: x86_64
57-
build: "cp3{9,10,11}*"
57+
build: "cp3{10,11}*"
5858
macosx_deployment_target: "10.10"
5959
- name: "macOS 10.13 x86_64"
6060
platform: macos

0 commit comments

Comments
 (0)