Skip to content

Commit

Permalink
Update minimum Python version & relevant list identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
sadielbartholomew committed Apr 26, 2024
1 parent 35bbad4 commit a042c34
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,11 @@ def compile():
"Operating System :: MacOS",
"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",
"Programming Language :: Python :: 3.12",
],
packages=[
"cf",
Expand All @@ -321,7 +322,7 @@ def compile():
],
package_data={"cf": package_data},
scripts=["scripts/cfa"],
python_requires=">=3.7",
python_requires=">=3.8",
install_requires=install_requires,
tests_require=tests_require,
extras_require=extras_require,
Expand Down

0 comments on commit a042c34

Please sign in to comment.