From: Sebastián Ramírez Date: Thu, 3 Nov 2022 21:12:43 +0000 (+0100) Subject: ⬆ Add Python 3.11 to the officially supported versions (#5587) X-Git-Tag: 0.86.0~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=10fbfd6dc7a085f681d8e4cceee1533d6968da9b;p=thirdparty%2Ffastapi%2Ffastapi.git ⬆ Add Python 3.11 to the officially supported versions (#5587) --- diff --git a/pyproject.toml b/pyproject.toml index d7b848502c..a23289fb1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]