Skip to content

Commit 0f0a63f

Browse files
committed
Declare support for Python 3.14
Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
1 parent 2229cc9 commit 0f0a63f

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

docs/news/118.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Python 3.14 is now officially supported.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ classifiers = [
5353
"Programming Language :: Python :: 3.9",
5454
"Programming Language :: Python :: 3.10",
5555
"Programming Language :: Python :: 3.11",
56+
"Programming Language :: Python :: 3.12",
57+
"Programming Language :: Python :: 3.13",
58+
"Programming Language :: Python :: 3.14",
5659
"Programming Language :: Python :: Implementation :: CPython",
5760
"Topic :: Software Development :: Debuggers",
5861
]

0 commit comments

Comments
 (0)