From 32935b958015da257814322ee52598595e4f1000 Mon Sep 17 00:00:00 2001 From: Matthew Neeley Date: Wed, 3 Sep 2025 12:14:25 -0700 Subject: [PATCH] Build packages for python 3.13 --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd77e6d..a2e45a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,19 +35,23 @@ jobs: {os: ubuntu-latest, dist: cp310-manylinux_x86_64}, {os: ubuntu-latest, dist: cp311-manylinux_x86_64}, {os: ubuntu-latest, dist: cp312-manylinux_x86_64}, + {os: ubuntu-latest, dist: cp313-manylinux_x86_64}, {os: macos-latest, dist: cp310-macosx_x86_64, macosarch: x86_64}, {os: macos-latest, dist: cp311-macosx_x86_64, macosarch: x86_64}, {os: macos-latest, dist: cp312-macosx_x86_64, macosarch: x86_64}, + {os: macos-latest, dist: cp313-macosx_x86_64, macosarch: x86_64}, {os: macos-latest, dist: cp310-macosx_arm64, macosarch: arm64}, {os: macos-latest, dist: cp311-macosx_arm64, macosarch: arm64}, {os: macos-latest, dist: cp312-macosx_arm64, macosarch: arm64}, + {os: macos-latest, dist: cp313-macosx_arm64, macosarch: arm64}, # Currently disabled because in CI it gives "DLL load failed" errors I don't understand when testing the wheel. # {os: windows-latest, dist: cp310-win_amd64}, # {os: windows-latest, dist: cp311-win_amd64}, # {os: windows-latest, dist: cp312-win_amd64}, + # {os: windows-latest, dist: cp313-win_amd64}, ] env: MACOSX_DEPLOYMENT_TARGET: "10.15"