Open gpkc opened 5 years ago
Currently the setup.py will check the Python version using sys.version_info. That is not considered good practice and for example will not work with Poetry. The recommendation is then to use environment markers. See for example this issue.
sys.version_info
Currently the setup.py will check the Python version using
sys.version_info
. That is not considered good practice and for example will not work with Poetry. The recommendation is then to use environment markers. See for example this issue.