From: Marcelo Trylesinski Date: Thu, 22 Sep 2022 15:18:44 +0000 (+0200) Subject: Add official support for Python 3.11 (#1863) X-Git-Tag: 0.21.0~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e89e13168605607368496b912ef0e90156ca7e43;p=thirdparty%2Fstarlette.git Add official support for Python 3.11 (#1863) --- diff --git a/pyproject.toml b/pyproject.toml index f994fc36..f528dda9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [