Skip to content

Commit

Permalink
Build wheels for Python 3.13 (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Nov 15, 2024
1 parent ff6f381 commit 067dc95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
paths:
- .github/workflows/wheels.yml
- requirements.txt
pull_request:
branches:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 067dc95

Please sign in to comment.