Skip to content

Commit

Permalink
Add Python 3.13 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
befeleme committed May 30, 2024
1 parent 90aad71 commit e7fa591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
arch: [x86_64, aarch64]
cibw_build: ["cp3{9,10,11,12}-*"]
p_ver: ["3.9-3.12"]
cibw_build: ["cp3{9,10,11,12,13}-*"]
p_ver: ["3.9-3.13"]
exclude:
- os: windows-latest
arch: aarch64
Expand Down

0 comments on commit e7fa591

Please sign in to comment.