]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Add official support for Python 3.11 (#1863)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Thu, 22 Sep 2022 15:18:44 +0000 (17:18 +0200)
committerGitHub <noreply@github.com>
Thu, 22 Sep 2022 15:18:44 +0000 (17:18 +0200)
pyproject.toml

index f994fc361367b18f4a85b2d47a03c05bd4b7d3f7..f528dda9b3f63505ce4cb17d9c38f9f73b5c9f0b 100644 (file)
@@ -24,6 +24,7 @@ classifiers = [
     "Programming Language :: Python :: 3.8",
     "Programming Language :: Python :: 3.9",
     "Programming Language :: Python :: 3.10",
+    "Programming Language :: Python :: 3.11",
     "Topic :: Internet :: WWW/HTTP",
 ]
 dependencies = [