Skip to content

Commit e7fa591

Browse files
committed
Add Python 3.13 to CI
1 parent 90aad71 commit e7fa591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
matrix:
2929
os: [ubuntu-latest, windows-latest, macos-latest]
3030
arch: [x86_64, aarch64]
31-
cibw_build: ["cp3{9,10,11,12}-*"]
32-
p_ver: ["3.9-3.12"]
31+
cibw_build: ["cp3{9,10,11,12,13}-*"]
32+
p_ver: ["3.9-3.13"]
3333
exclude:
3434
- os: windows-latest
3535
arch: aarch64

0 commit comments

Comments
 (0)