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", ]