From 675edba0d4c97bc1c3db6e71fa5baeec419ca6f4 Mon Sep 17 00:00:00 2001 From: Nekmo Date: Mon, 3 Jul 2023 15:53:57 +0200 Subject: [PATCH] Issue #112: Add Python 3.11 support --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 175256b..d36365c 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ 'VERSION', 'LICENSE.txt' ] -PYTHON_VERSIONS = ['2.7', '3.7-3.10'] +PYTHON_VERSIONS = ['2.7', '3.7-3.11'] ######## FIN DE LA CONFIGURACIÓN DEL PAQUTE ########