Skip to content

Commit a7066dc

Browse files
committed
INTPYTHON-709 Add Python 3.14 trove classifier
1 parent d0c8b6c commit a7066dc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/releases/5.2.x.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Django MongoDB Backend 5.2.x
77

88
*Unreleased*
99

10+
This release confirms support for Python 3.14. No code changes were required.
11+
1012
New features
1113
------------
1214

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ classifiers = [
3131
"Programming Language :: Python :: 3.11",
3232
"Programming Language :: Python :: 3.12",
3333
"Programming Language :: Python :: 3.13",
34+
"Programming Language :: Python :: 3.14",
3435
]
3536

3637
[project.optional-dependencies]

0 commit comments

Comments
 (0)