Skip to content

Commit b7b12a5

Browse files
committed
Add Python 3.14 to CI/CD
1 parent 66edb83 commit b7b12a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
matrix:
4444
os: [ ubuntu-22.04, windows-latest ]
45-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
45+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
4646

4747
runs-on: ${{ matrix.os }}
4848

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def read_version(fname="src/whisper_ctranslate2/version.py"):
3434
"Programming Language :: Python :: 3.11",
3535
"Programming Language :: Python :: 3.12",
3636
"Programming Language :: Python :: 3.13",
37+
"Programming Language :: Python :: 3.14",
3738
"Topic :: Scientific/Engineering :: Artificial Intelligence",
3839
],
3940
packages=["src/whisper_ctranslate2"],

0 commit comments

Comments
 (0)