Closed priv-kweihmann closed 1 year ago
after PEP440 support has been removed in newer setuptools (v66+) this would otherwise result in an error like setuptools.extern.packaging.specifiers.InvalidSpecifier: Invalid specifier: '>=3.6.*'
Signed-off-by: Konrad Weihmann kweihmann@outlook.com
@priv-kweihmann Thank you ++ ... See also https://github.com/nexB/pygmars/pull/9 and https://github.com/nexB/tracecode-toolkit-strace/issues/5 We need to drop 3.6 support but that's another thing.
after PEP440 support has been removed in newer setuptools (v66+) this would otherwise result in an error like setuptools.extern.packaging.specifiers.InvalidSpecifier: Invalid specifier: '>=3.6.*'
Signed-off-by: Konrad Weihmann kweihmann@outlook.com