Skip to content

Commit

Permalink
Document support for Python versions in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne committed Oct 18, 2022
1 parent 872830c commit 50b6fb8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@ classifiers = [
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Operating System :: Unix",
"Operating System :: MacOS"
"Operating System :: MacOS",
"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",
]
dependencies = []
dynamic = ["version"]
Expand Down

0 comments on commit 50b6fb8

Please sign in to comment.