Skip to content

Commit e17b644

Browse files
committed
build: add python 3.13 and 3.14
1 parent 92c024d commit e17b644

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

.github/workflows/wheel_only.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,18 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ubuntu-22.04]
15-
python-version: ['3.10', '3.11', '3.12']
16-
torch-version: ['2.10']
17-
cuda-version: ['12.6.0', '12.8.0']
18-
cxx11_abi: ['FALSE']
14+
os: ['ubuntu-22.04']
15+
# python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
16+
python-version: ['3.13', '3.14']
17+
torch-version: ['2.7.0', '2.8.0', '2.9.0', '2.10.0']
18+
# cuda-version: ['12.6.0', '12.8.0']
19+
cuda-version: ['12.6.0']
20+
cxx11_abi: ['FALSE']
21+
exclude:
22+
- torch_version: '2.7.0'
23+
python-version: '3.14'
24+
- torch_version: '2.8.0'
25+
python-version: '3.14'
1926

2027
steps:
2128
- name: Checkout

0 commit comments

Comments
 (0)