summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2024-10-08 08:14:54 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-10-09 09:27:33 +0200
commit2e3bc59fd3760de87952ec8fd6cd3694e8d9dc1c (patch)
tree62b10f7bebaa751bf7a9e41568002665f20f750b /pyproject.toml
parentf07eeff3a2d7ff0955410bf7e3f1ff197ef1ecf7 (diff)
Refs #34900 -- Doc'd Python 3.13 compatibility.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 540bc47439..86ea7393ec 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -30,6 +30,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Internet :: WWW/HTTP :: WSGI",