Skip to content

Commit aa25f28

Browse files
authored
3.13 (#253)
1 parent e2e3079 commit aa25f28

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build-riscv64.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
matrix: '3.11'
4141
- major-dot-minor: '3.12'
4242
matrix: '3.12'
43+
- major-dot-minor: '3.13'
44+
matrix: '3.13'
4345

4446
steps:
4547
- name: Checkout repository

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ jobs:
6161
cibw-build: 'cp312-*'
6262
manylinux: manylinux_2_28
6363
matrix: '3.12'
64+
- major-dot-minor: '3.13'
65+
cibw-build: 'cp313-*'
66+
manylinux: manylinux_2_28
67+
matrix: '3.13'
6468

6569
arch:
6670
- name: ARM

0 commit comments

Comments
 (0)