Added Python 3.14 macOS x86-64 wheels

This commit is contained in:
Andrew Murray 2025-06-21 19:12:23 +10:00
parent ef0bab0c65
commit 216dc4ca60

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