From 75d42fafff579954293508602b0a8efced1ec20c Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 31 Jan 2025 16:15:50 -0500 Subject: [PATCH] add Python 3.13 trove classifier Django 5.1 is the first version to support it. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b83e6114..5f1a098e 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", ] [project.optional-dependencies]