]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆ Add Python 3.11 to the officially supported versions (#5587)
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 3 Nov 2022 21:12:43 +0000 (22:12 +0100)
committerGitHub <noreply@github.com>
Thu, 3 Nov 2022 21:12:43 +0000 (21:12 +0000)
pyproject.toml

index d7b848502c12e58fb97b607b5980ad610ef05e0e..a23289fb1ed1b2a856b834dbaf92728ee40e142c 100644 (file)
@@ -34,6 +34,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 :: HTTP Servers",
     "Topic :: Internet :: WWW/HTTP",
 ]