Skip to content

Commit 3bcc34e

Browse files
authored
Test on and declare support for Python 3.14 (#1233)
1 parent 50635d8 commit 3bcc34e

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- "3.11"
4949
- "3.12"
5050
- "3.13"
51+
- "3.14"
5152
- "pypy3.10"
5253
env:
5354
BABEL_CLDR_NO_DOWNLOAD_PROGRESS: "1"
@@ -90,7 +91,7 @@ jobs:
9091
- uses: actions/checkout@v5
9192
- uses: actions/setup-python@v6
9293
with:
93-
python-version: "3.13"
94+
python-version: "3.14"
9495
cache: "pip"
9596
cache-dependency-path: "**/setup.py"
9697
- run: pip install build -e .

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def run(self):
5353
'Programming Language :: Python :: 3.11',
5454
'Programming Language :: Python :: 3.12',
5555
'Programming Language :: Python :: 3.13',
56+
'Programming Language :: Python :: 3.14',
5657
'Programming Language :: Python :: Implementation :: CPython',
5758
'Programming Language :: Python :: Implementation :: PyPy',
5859
'Topic :: Software Development :: Internationalization',

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ python =
3232
3.11: py311
3333
3.12: py312
3434
3.13: py313
35+
3.14: py314

0 commit comments

Comments
 (0)