From 8320ccd1629164c91a0750eeaeaa9c6fc5efcf1c Mon Sep 17 00:00:00 2001 From: Tolu Aina <7848930+toluaina@users.noreply.github.com> Date: Wed, 16 Oct 2024 19:19:27 +0100 Subject: [PATCH] add python 13 to setup --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f62b987..f3a4a79 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,7 @@ def get_version() -> str: "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", "License :: OSI Approved :: MIT License",