⬆ Add Python 3.11 to the officially supported versions (#5587)

This commit is contained in:
Sebastián Ramírez 2022-11-03 22:12:43 +01:00 committed by GitHub
parent 85e602d7cc
commit 10fbfd6dc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View 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",
]