Skip to content

Commit 5ef0ec5

Browse files
authored
Add support for Python 3.14 (#591)
* Add support for Python 3.14 * Bump cibuildwheel version * Remove pp39
1 parent 7024558 commit 5ef0ec5

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,7 @@ jobs:
9595
- [macos-13, macosx_x86_64]
9696
- [macos-13, macosx_arm64]
9797
- [windows-2022, win_amd64]
98-
python: ["cp39", "cp310", "cp311", "cp312", "cp313", "pp39"]
99-
exclude:
100-
- buildplat: [macos-13, macosx_arm64]
101-
python: "pp39"
98+
python: ["cp39", "cp310", "cp311", "cp312", "cp313", "cp314"]
10299

103100
steps:
104101
- uses: actions/checkout@v3
@@ -111,7 +108,7 @@ jobs:
111108
brew install automake pkg-config ninja llvm
112109
113110
- name: Build wheels
114-
uses: pypa/cibuildwheel@v2.23.3
111+
uses: pypa/cibuildwheel@v3.2.1
115112
env:
116113
CIBW_BUILD_VERBOSITY: 1
117114
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux_2_28_x86_64

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ classifiers = [
1515
"Programming Language :: Python :: 3.11",
1616
"Programming Language :: Python :: 3.12",
1717
"Programming Language :: Python :: 3.13",
18+
"Programming Language :: Python :: 3.14",
1819
]
1920

2021
# These are the runtime depdendencies.

0 commit comments

Comments
 (0)