Skip to content

Commit ff096b7

Browse files
committed
check python 3.14
1 parent 984c676 commit ff096b7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- python: "3.10"
2121
torch: 2.3.1
2222
torchaudio: 2.3.1
23-
- python: "3.13"
23+
- python: "3.14"
2424
torch: 2.9.1
2525
torchaudio: 2.9.1
2626

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.11",
2121
"Programming Language :: Python :: 3.12",
2222
"Programming Language :: Python :: 3.13",
23+
"Programming Language :: Python :: 3.14",
2324
"Programming Language :: Python :: 3 :: Only",
2425
]
2526
dependencies = [

0 commit comments

Comments
 (0)