Skip to content

Commit f36e5ea

Browse files
committed
Add official Python 3.14 support with first release candidate
1 parent 623a614 commit f36e5ea

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "enhancement",
3+
"category": "Python",
4+
"description": "Added provisional support for the upcoming Python 3.14 release"
5+
}

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ def get_version():
4747
'Programming Language :: Python :: 3.11',
4848
'Programming Language :: Python :: 3.12',
4949
'Programming Language :: Python :: 3.13',
50+
'Programming Language :: Python :: 3.14',
5051
],
5152
)

0 commit comments

Comments
 (0)