We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f5b74 commit 44cfcd6Copy full SHA for 44cfcd6
2 files changed
.github/workflows/ci.yml
@@ -20,13 +20,13 @@ jobs:
20
- python: "3.10"
21
torch: 2.3.1
22
torchaudio: 2.3.1
23
- - python: "3.14"
+ - python: "3.13"
24
torch: 2.9.1
25
torchaudio: 2.9.1
26
27
steps:
28
- name: Clone
29
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
30
31
- name: Python
32
uses: actions/setup-python@v6
pyproject.toml
@@ -20,7 +20,6 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
- "Programming Language :: Python :: 3.14",
"Programming Language :: Python :: 3 :: Only",
]
dependencies = [
0 commit comments