From 2a69472a7c098be50e4add7dca26074bdd70f411 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 26 Aug 2024 18:24:14 -0400 Subject: [PATCH] added 3.13 trove classifier since we test on it --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 177a3226f307..96a41a331c69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,6 +41,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Security :: Cryptography",