From af12cd034d2970567922eb6e2cc14c586ec38a9b Mon Sep 17 00:00:00 2001 From: Mario Hernandez Date: Thu, 12 Dec 2024 17:16:27 -0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9253044..bf2e0f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "thankyou" version = "0.0.3" description = "Print \"Thank You\" in every known language" authors = [ - "Mario Hernandez " + "Mario Hernandez " ] license = "MIT" readme = "README.md" @@ -23,6 +23,8 @@ classifiers=[ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Intended Audience :: Developers", "Topic :: Software Development :: Libraries :: Python Modules", ]