From a480c84ef8785f0aef82b7e8eecbb6123c535c0d Mon Sep 17 00:00:00 2001 From: anastasianayden Date: Fri, 5 Jan 2024 09:11:56 +0100 Subject: [PATCH] correct python version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c9e6d09..6f707bb 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ # Specify the Python versions you support here. In particular, ensure # that you indicate whether you support Python 2, Python 3 or both. - 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.8', ],