From 06acbf0dd94b6cfb695553cd9515394e3a76c0a8 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Sun, 11 Feb 2024 12:58:41 +0100 Subject: [PATCH] New pastafari stats version --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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',