--- a/pyproject.toml Tue Oct 08 19:27:23 2024 +0200 +++ b/pyproject.toml Wed Oct 09 15:48:08 2024 +0200 @@ -41,6 +41,7 @@ "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", "Topic :: Internet :: WWW/HTTP :: Browsers", "Topic :: Software Development", @@ -56,7 +57,7 @@ "IDE", "Python3", ] -requires-python = ">=3.8, <3.13" +requires-python = ">=3.8, <3.14" dependencies = [ "pip>=21.1", "wheel",