Skip to content

Commit 62bea58

Browse files
committed
Try to add python3.13 version compilation
1 parent c07dec4 commit 62bea58

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-wheels-cu124-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix: # Define the build matrix directly here
1616
os: ["ubuntu-22.04"]
17-
pyver: ["3.10", "3.11", "3.12"] # Python versions
17+
pyver: ["3.10", "3.11", "3.12", "3.13"] # Python versions
1818
cuda: ["12.4.1"]
1919
releasetag: ["AVX2"] # Controls CMAKE_ARGS for CPU features (even in CUDA build)
2020
cudaarch: ["all"] # Controls target CUDA architectures for nvcc

.github/workflows/build-wheels-cu126-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix: # Define the build matrix directly here
1616
os: ["ubuntu-22.04"]
17-
pyver: ["3.10", "3.11", "3.12"] # Python versions
17+
pyver: ["3.10", "3.11", "3.12", "3.13"] # Python versions
1818
cuda: ["12.6.3"]
1919
releasetag: ["AVX2"] # Controls CMAKE_ARGS for CPU features (even in CUDA build)
2020
cudaarch: ["all"] # Controls target CUDA architectures for nvcc

.github/workflows/build-wheels-cu128-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix: # Define the build matrix directly here
1616
os: ["ubuntu-22.04"]
17-
pyver: ["3.10", "3.11", "3.12"] # Python versions
17+
pyver: ["3.10", "3.11", "3.12", "3.13"] # Python versions
1818
cuda: ["12.8.1"]
1919
releasetag: ["AVX2"] # Controls CMAKE_ARGS for CPU features (even in CUDA build)
2020
cudaarch: ["all"] # Controls target CUDA architectures for nvcc

.github/workflows/build-wheels-cuda-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
$matrix = @{
2424
'os' = @('windows-2022')
25-
'pyver' = @("3.10", "3.11", "3.12")
25+
'pyver' = @("3.10", "3.11", "3.12", "3.13")
2626
'cuda' = @("12.4.1","12.6.3","12.8.1")
2727
'releasetag' = @("AVX2")
2828
'cudaarch' = @("all")

0 commit comments

Comments
 (0)