Skip to content

Commit 372d3e0

Browse files
committed
Mark Python 3.14 as being officially supported
Now that the silence warning issue is fixed. Fixes: #767
1 parent e951ce7 commit 372d3e0

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,7 @@ jobs:
728728
# NOTE: The latest and the lowest supported Pythons are prioritized
729729
# NOTE: to improve the responsiveness. It's nice to see the most
730730
# NOTE: important results first.
731+
- 3.14
731732
- 3.13
732733
- 3.8
733734
- pypy-3.11
@@ -736,7 +737,6 @@ jobs:
736737
- >-
737738
3.10
738739
- 3.9
739-
- ~3.14.0-0
740740
runner-vm-os:
741741
- ubuntu-24.04-arm
742742
- ubuntu-24.04

.github/workflows/pip-tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
# NOTE: The latest and the lowest supported Pythons are prioritized
5959
# NOTE: to improve the responsiveness. It's nice to see the most
6060
# NOTE: important results first.
61+
- 3.14
6162
- 3.13
6263
- 3.8
6364
- pypy-3.11
@@ -66,7 +67,6 @@ jobs:
6667
- >-
6768
3.10
6869
- 3.9
69-
- ~3.14.0-0
7070
os:
7171
- ubuntu-24.04-arm
7272
- macOS-15 # arm64
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Declared Python version 3.14 as officially supported
2+
-- by :user:`mr-c`.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ classifiers = [
2929
"Programming Language :: Python :: 3.11",
3030
"Programming Language :: Python :: 3.12",
3131
"Programming Language :: Python :: 3.13",
32+
"Programming Language :: Python :: 3.14",
3233
"Programming Language :: Python :: Implementation",
3334
"Programming Language :: Python :: Implementation :: CPython",
3435
"Programming Language :: Python :: Implementation :: Jython",

0 commit comments

Comments
 (0)