Skip to content

Commit baa0986

Browse files
authored
Merge pull request #894 from ftnext/codex/comment-out-py314-classifier
Comment out Python 3.14 classifier
2 parents 64247af + 2855717 commit baa0986

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ classifiers = [
3232
"Programming Language :: Python :: 3.11",
3333
"Programming Language :: Python :: 3.12",
3434
"Programming Language :: Python :: 3.13",
35-
"Programming Language :: Python :: 3.14",
35+
# "Programming Language :: Python :: 3.14",
36+
# openai-whisper does not support Python 3.14 yet.
3637
"Topic :: Software Development :: Libraries :: Python Modules",
3738
"Topic :: Multimedia :: Sound/Audio :: Speech",
3839
]

0 commit comments

Comments
 (0)