diff --git a/setup.py b/setup.py index 4c16d51..91e27ac 100644 --- a/setup.py +++ b/setup.py @@ -64,8 +64,9 @@ def get_readme(): "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", ], - python_requires=">=3.6,<3.12", + python_requires=">=3.6,<3.13", entry_points={ "console_scripts": [f"{MODULE_NAME}={MODULE_NAME}.main:main"], },