From 63cdac371e18b79a46dcd5b7912672e98c70142a Mon Sep 17 00:00:00 2001 From: Luis Perez Date: Thu, 16 May 2024 10:49:32 -0700 Subject: [PATCH] also update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 27f6a5b..baa58bc 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ version='1.1.18', classifiers=[ 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.8', ], install_requires=[ 'pytimeparse',