Skip to content

Commit a389b8d

Browse files
committed
build: add python 3.13 and 3.14
1 parent f4fe26d commit a389b8d

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

.github/workflows/wheels.yaml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,16 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
os: ['ubuntu-22.04']
17-
python-version: ['3.10', '3.11', '3.12']
18-
pytorch-version: ['2.10.0']
19-
cuda-version: ['12.6']
20-
exclude:
21-
- pytorch-version: '2.9.0' # no torch 2.9 wheel on python 3.9
22-
python-version: '3.9'
16+
os: ['ubuntu-22.04']
17+
# python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
18+
python-version: ['3.13', '3.14']
19+
pytorch-version: ['2.7.0', '2.8.0', '2.9.0', '2.10.0']
20+
cuda-version: ['12.6']
21+
exclude:
22+
- pytorch_version: '2.7.0'
23+
python-version: '3.14'
24+
- pytorch_version: '2.8.0'
25+
python-version: '3.14'
2326

2427
steps:
2528
- name: Checkout

0 commit comments

Comments
 (0)