Skip to content

Commit

Permalink
Update package classifiers
Browse files Browse the repository at this point in the history
Update the package's classifiers to align with both the testing being
done and the current defaults in cisagov/skeleton-python-library.
  • Loading branch information
mcdonnnj committed May 10, 2023
1 parent ab7c1c6 commit 6319537
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,14 @@ 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 :: 3.11",
"Programming Language :: Python :: Implementation :: CPython",
],
python_requires=">=3.6",
# What does your project relate to?
Expand Down

0 comments on commit 6319537

Please sign in to comment.