SubPhaser icon indicating copy to clipboard operation
SubPhaser copied to clipboard

Invalid specifier: '>=3.6:'

Open kfuku52 opened this issue 1 year ago • 1 comments

With python 3.9, I got the following error with python setup.py install when installing the latest SubPhaser.

> python setup.py install
error in subphaser setup command: 'python_requires' must be a string containing valid version specifiers; Invalid specifier: '>=3.6:'

The installation worked well after replacing python_requires='>=3.6:' with python_requires='>=3.6' in setup.py.

kfuku52 avatar Jul 03 '23 13:07 kfuku52

Ok, I will fix it for compatibility. Thank you.

zhangrengang avatar Jul 03 '23 14:07 zhangrengang