diff --git a/setup.py b/setup.py index 523a236..4068ad5 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ # You should have received a copy of the GNU General Public License # along with GridMap. If not, see . import sys + from setuptools import setup # To get around the fact that you can't import stuff from packages in setup.py @@ -63,5 +64,7 @@ def requirements(): 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.3'], + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8'], zip_safe=False)