mirror of https://github.com/tiangolo/fastapi.git
⬆ Add Python 3.11 to the officially supported versions (#5587)
This commit is contained in:
parent
85e602d7cc
commit
10fbfd6dc7
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue