diff --git a/setup.py b/setup.py index 28d255e..2a2ad74 100644 --- a/setup.py +++ b/setup.py @@ -5,11 +5,11 @@ import os from setuptools import setup, find_packages -if sys.version_info < (3, 6): - raise NotImplementedError("Sorry, you need at least Python 3.6 for use pastafaristats.") +if sys.version_info < (3, 8): + raise NotImplementedError("Sorry, you need at least Python 3.8 for use pastafaristats.") setup(name='pastafaristats', - version='1.0.2', + version='1.0.3', description='Simple scripts for send basic data of a server how complement to other stats solutions more complex.', author='Antonio de la Rosa Caballero', author_email='antonio.delarosa@coesinfo.com',