changeset 52351:24abb1489089

setup_py: remove python_requires in setup.py This is redundant with requires-python in pyproject.toml.
author paugier <pierre.augier@univ-grenoble-alpes.fr>
date Thu, 24 Oct 2024 00:38:01 +0200
parents 737e169b8948
children 5d81f4b7e024
files setup.py
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Thu Oct 24 00:46:22 2024 +0200
+++ b/setup.py	Thu Oct 24 00:38:01 2024 +0200
@@ -2,12 +2,6 @@
 
 import os
 
-supportedpy = ','.join(
-    [
-        '>=3.8.0',
-    ]
-)
-
 import sys
 import platform
 import sysconfig
@@ -1788,9 +1782,6 @@
 py2exeexcludes = []
 py2exedllexcludes = ['crypt32.dll']
 
-if issetuptools:
-    extra['python_requires'] = supportedpy
-
 if py2exeloaded:
     extra['console'] = [
         {