Skip to content

Commit

Permalink
🔧 Add official markers for Python 3.9, 3.10, 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Nov 5, 2022
1 parent aa69909 commit eafd06d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ classifiers = [
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: MIT License"
]
requires = [
Expand Down

0 comments on commit eafd06d

Please sign in to comment.