You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install of master using pip3 install https://github.com/datacenter/pyaci/archive/master.zip fails on python 3.6.8 because of the new requirement for 3.8 or later in pyproject.toml.
Is 3.8 a hard requirement or can we adjust that to be >=3.6 ?
The text was updated successfully, but these errors were encountered:
hatch does not support python 3.6 as it relies on editables>=0.3 and that does not support python 3.6 see https://pypi.org/project/editables/0.3/ will have to do a special release just for this.
Install of master using
pip3 install https://github.com/datacenter/pyaci/archive/master.zip
fails on python 3.6.8 because of the new requirement for 3.8 or later in pyproject.toml.Is 3.8 a hard requirement or can we adjust that to be
>=3.6
?The text was updated successfully, but these errors were encountered: