diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 2b459da22..1798dc9e2 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -95,10 +95,7 @@ jobs: - [macos-13, macosx_x86_64] - [macos-13, macosx_arm64] - [windows-2022, win_amd64] - python: ["cp39", "cp310", "cp311", "cp312", "cp313", "pp39"] - exclude: - - buildplat: [macos-13, macosx_arm64] - python: "pp39" + python: ["cp39", "cp310", "cp311", "cp312", "cp313", "cp314"] steps: - uses: actions/checkout@v3 @@ -111,7 +108,7 @@ jobs: brew install automake pkg-config ninja llvm - name: Build wheels - uses: pypa/cibuildwheel@v2.23.3 + uses: pypa/cibuildwheel@v3.2.1 env: CIBW_BUILD_VERBOSITY: 1 CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux_2_28_x86_64 diff --git a/pyproject.toml b/pyproject.toml index cdb8307be..2b256dcc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] # These are the runtime depdendencies.