From a1b33e7eda5e38696b592a48c234e8e73afb9ab8 Mon Sep 17 00:00:00 2001 From: FMasson <97910143+Zybulon@users.noreply.github.com> Date: Sat, 7 Sep 2024 16:50:31 +0200 Subject: [PATCH] update python requirement --- setup.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index a11cf49e..24b23d84 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ def get_description(): REQUIREMENTS = [ + 'python>=3.12', 'spyder>=6.0.0', 'tornado', 'terminado>=0.13.1', @@ -96,11 +97,7 @@ def get_description(): 'Operating System :: MacOS', 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX :: Linux', - 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 3.6', - 'Programming Language :: Python :: 3.7', - 'Programming Language :: Python :: 3.8' + 'Programming Language :: Python :: 3.12', ], extras_require=EXTRAS_REQUIRE, entry_points={