From 067dc95f5de475717affc2ee7b62a0ea5c983962 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Fri, 15 Nov 2024 16:06:57 +0100 Subject: [PATCH] Build wheels for Python 3.13 (#713) --- .github/workflows/wheels.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index eedb5f15..8aee2c4f 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -5,6 +5,7 @@ on: branches: - master paths: + - .github/workflows/wheels.yml - requirements.txt pull_request: branches: @@ -43,7 +44,7 @@ jobs: fail-fast: false matrix: arch: ["aarch64", "armhf", "armv7", "amd64", "i386"] - abi: ["cp312"] + abi: ["cp312", "cp313"] steps: - name: Check out code from GitHub