Added Python 3.14 macOS x86-64 wheels (#9031)

This commit is contained in:
Hugo van Kemenade 2025-06-22 09:36:57 +01:00 committed by GitHub
commit f8d53fb8e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,7 +58,7 @@ jobs:
- name: "macOS 10.13 x86_64"
os: macos-13
cibw_arch: x86_64
build: "cp3{12,13}*"
build: "cp3{12,13,14}*"
macosx_deployment_target: "10.13"
- name: "macOS 10.15 x86_64"
os: macos-13