Skip to content

Commit 04c8181

Browse files
committed
add python 313 build
1 parent 7701dc5 commit 04c8181

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

.github/workflows/build_cuda11_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
os: [windows-2019, ubuntu-20.04]
1414
cibw_archs: ["auto64"]
15-
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*"]
15+
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", , "cp313-*"]
1616

1717
steps:
1818
- uses: actions/checkout@v3
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Install cibuildwheel
4949
run: |
50-
python -m pip install cibuildwheel==2.16.2 delvewheel wheel
50+
python -m pip install cibuildwheel delvewheel wheel
5151
5252
- name: Building wheels
5353
run: |

.github/workflows/build_cuda12_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
os: [windows-2019, ubuntu-20.04]
1414
cibw_archs: ["auto64"]
15-
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*"]
15+
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", , "cp313-*"]
1616

1717
steps:
1818
- uses: actions/checkout@v3
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Install cibuildwheel
4949
run: |
50-
python -m pip install cibuildwheel==2.16.2 delvewheel wheel
50+
python -m pip install cibuildwheel delvewheel wheel
5151
5252
- name: Building wheels
5353
run: |

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
os: [ubuntu-20.04, macos-13, windows-latest]
1616
cibw_archs: ["auto64"]
17-
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*"]
17+
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", , "cp313-*"]
1818

1919
steps:
2020
- uses: actions/checkout@v3
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Install cibuildwheel
3434
run: |
35-
python -m pip install cibuildwheel==2.16.2 delvewheel wheel
35+
python -m pip install cibuildwheel delvewheel wheel
3636
3737
- name: Building wheels
3838
run: |
@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: Install cibuildwheel
9797
run: |
98-
python -m pip install cibuildwheel==2.16.2 delocate wheel
98+
python -m pip install cibuildwheel delocate wheel
9999
100100
- name: Building wheels
101101
run: |

.github/workflows/publish_cuda11_pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
os: [windows-2019, ubuntu-20.04]
1616
cibw_archs: ["auto64"]
17-
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*"]
17+
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", , "cp313-*"]
1818

1919
steps:
2020
- uses: actions/checkout@v3
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Install cibuildwheel
5151
run: |
52-
python -m pip install cibuildwheel==2.16.2 delvewheel wheel
52+
python -m pip install cibuildwheel delvewheel wheel
5353
5454
- name: Building wheels
5555
run: |

.github/workflows/publish_cuda12_pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
os: [windows-2019, ubuntu-20.04]
1616
cibw_archs: ["auto64"]
17-
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*"]
17+
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", , "cp313-*"]
1818

1919
steps:
2020
- uses: actions/checkout@v3
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Install cibuildwheel
5151
run: |
52-
python -m pip install cibuildwheel==2.16.2 delvewheel wheel
52+
python -m pip install cibuildwheel delvewheel wheel
5353
5454
- name: Building wheels
5555
run: |

.github/workflows/publish_pypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os: [ubuntu-20.04, macos-13, windows-latest]
1818
cibw_archs: ["auto64"]
19-
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*"]
19+
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", , "cp313-*"]
2020

2121
steps:
2222
- uses: actions/checkout@v3
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Install cibuildwheel
3636
run: |
37-
python -m pip install cibuildwheel==2.16.2 delvewheel wheel
37+
python -m pip install cibuildwheel delvewheel wheel
3838
3939
- name: Building wheels
4040
run: |
@@ -85,7 +85,7 @@ jobs:
8585
matrix:
8686
os: [macos-13-xlarge]
8787
cibw_archs: ["arm64"]
88-
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*"]
88+
cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*", , "cp313-*"]
8989

9090
steps:
9191
- uses: actions/checkout@v3
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Install cibuildwheel
100100
run: |
101-
python -m pip install cibuildwheel==2.16.2 delocate wheel
101+
python -m pip install cibuildwheel delocate wheel
102102
103103
- name: Building wheels
104104
run: |

0 commit comments

Comments
 (0)