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 ?
Install of master using
pip3 install https://github.com/datacenter/pyaci/archive/master.zipfails 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?