We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c8b6c commit a7066dcCopy full SHA for a7066dc
docs/releases/5.2.x.rst
@@ -7,6 +7,8 @@ Django MongoDB Backend 5.2.x
7
8
*Unreleased*
9
10
+This release confirms support for Python 3.14. No code changes were required.
11
+
12
New features
13
------------
14
pyproject.toml
@@ -31,6 +31,7 @@ classifiers = [
31
"Programming Language :: Python :: 3.11",
32
"Programming Language :: Python :: 3.12",
33
"Programming Language :: Python :: 3.13",
34
+ "Programming Language :: Python :: 3.14",
35
]
36
37
[project.optional-dependencies]
0 commit comments