Skip to content

Commit

Permalink
setup.py: Update setup classifiers and add python_requires for Python…
Browse files Browse the repository at this point in the history
… >=3.7

Update setup.py with the Programming Language classifiers and python_requires argument to reflect Mesa supporting Python 3.7 and higher.
  • Loading branch information
EwoutH authored and rht committed Mar 28, 2022
1 parent db2686d commit 2228b3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Intended Audience :: Science/Research",
"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",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Development Status :: 3 - Alpha",
Expand All @@ -59,4 +63,5 @@
[console_scripts]
mesa=mesa.main:cli
""",
python_requires=">=3.7",
)

0 comments on commit 2228b3c

Please sign in to comment.