diff --git a/setup.py b/setup.py index fb50a7d1829..cf07f0424cc 100644 --- a/setup.py +++ b/setup.py @@ -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", @@ -59,4 +63,5 @@ [console_scripts] mesa=mesa.main:cli """, + python_requires=">=3.7", )