Skip to content

Commit

Permalink
Document support for Python versions in pyproject.toml (#2379)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne authored Nov 17, 2022
1 parent 1302d79 commit acb7189
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"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",
]
dependencies = []
dynamic = ["version"]
Expand Down

0 comments on commit acb7189

Please sign in to comment.