diff --git a/setup.py b/setup.py index a6e4ca8..a0ecce6 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ], - python_requires=">=3.8, <3.13", + python_requires=">=3.8", )