-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Setuptools environment support logic incorrect #3266
Copy link
Copy link
Closed
Labels
status: needs informationreporter needs to provide more information; can be closed after 2 or more weeks of inactivityreporter needs to provide more information; can be closed after 2 or more weeks of inactivitytype: infrastructureimprovement to development/releases/CI structureimprovement to development/releases/CI structure
Milestone
Metadata
Metadata
Assignees
Labels
status: needs informationreporter needs to provide more information; can be closed after 2 or more weeks of inactivityreporter needs to provide more information; can be closed after 2 or more weeks of inactivitytype: infrastructureimprovement to development/releases/CI structureimprovement to development/releases/CI structure
Type
Fields
Give feedbackNo fields configured for issues without a type.
I was looking at setup.py when I noticed ranged comparison in environment markers with older setuptools. It wasn't until setuptools 17.1 that environment markers supported ranged operators. So you may need a 1.5 level of support, or maybe you want to make 17.1 your minimum supported version for level 1 support.