Skip to content

Commit

Permalink
Merge pull request #108 from cisagov/improvement/update_trove_classif…
Browse files Browse the repository at this point in the history
…iers

Add two additional PyPI trove classifiers
  • Loading branch information
mcdonnnj authored Jan 7, 2023
2 parents ec639ea + abb9311 commit 94f78f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,13 @@ def get_version(version_file):
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"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 :: Implementation :: CPython",
],
python_requires=">=3.6",
# What does your project relate to?
Expand Down

0 comments on commit 94f78f9

Please sign in to comment.