Skip to content

Commit 44cfcd6

Browse files
committed
revert ci
1 parent 21f5b74 commit 44cfcd6

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
- python: "3.10"
2121
torch: 2.3.1
2222
torchaudio: 2.3.1
23-
- python: "3.14"
23+
- python: "3.13"
2424
torch: 2.9.1
2525
torchaudio: 2.9.1
2626

2727
steps:
2828
- name: Clone
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030

3131
- name: Python
3232
uses: actions/setup-python@v6

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ 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",
2423
"Programming Language :: Python :: 3 :: Only",
2524
]
2625
dependencies = [

0 commit comments

Comments
 (0)