Skip to content

Commit ecbdfe4

Browse files
committed
update
1 parent eafcb5b commit ecbdfe4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/building.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ubuntu-20.04, macos-14, windows-2019]
14-
python-version: ['3.9', '3.10', '3.11', '3.12']
14+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1515
torch-version: [2.6.0] # [2.5.0]
1616
cuda-version: ['cpu', 'cu118', 'cu121', 'cu124', 'cu126']
1717
exclude:
18+
- torch-version: 2.5.0
19+
python-version: '3.13'
1820
- torch-version: 2.5.0
1921
cuda-version: 'cu126'
2022
- torch-version: 2.6.0

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ classifiers =
1111
Programming Language :: Python :: 3.10
1212
Programming Language :: Python :: 3.11
1313
Programming Language :: Python :: 3.12
14+
Programming Language :: Python :: 3.13
1415
Programming Language :: Python :: 3 :: Only
1516

1617
[aliases]

0 commit comments

Comments
 (0)