--- a/pyproject-server.toml Tue Oct 08 19:27:23 2024 +0200 +++ b/pyproject-server.toml Wed Oct 09 15:48:08 2024 +0200 @@ -36,6 +36,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 :: Software Development", "Topic :: Software Development :: Debuggers", @@ -47,7 +48,7 @@ "IDE", "Python3", ] -requires-python = ">=3.8, <3.13" +requires-python = ">=3.8, <3.14" dependencies = [ "pip>=21.1", "EditorConfig",