aboutcode-org / typecode

7 stars 9 forks source link

setup.cfg: fix invalid version spec #31

Closed priv-kweihmann closed 1 year ago

priv-kweihmann commented 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

pombredanne commented 1 year ago

@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.