We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e3079 commit aa25f28Copy full SHA for aa25f28
.github/workflows/build-riscv64.yml
@@ -40,6 +40,8 @@ jobs:
40
matrix: '3.11'
41
- major-dot-minor: '3.12'
42
matrix: '3.12'
43
+ - major-dot-minor: '3.13'
44
+ matrix: '3.13'
45
46
steps:
47
- name: Checkout repository
.github/workflows/build.yml
@@ -61,6 +61,10 @@ jobs:
61
cibw-build: 'cp312-*'
62
manylinux: manylinux_2_28
63
64
65
+ cibw-build: 'cp313-*'
66
+ manylinux: manylinux_2_28
67
68
69
arch:
70
- name: ARM
0 commit comments