Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install fails on python 3.6.8 #68

Open
mikemccracken opened this issue Dec 17, 2024 · 1 comment
Open

Install fails on python 3.6.8 #68

mikemccracken opened this issue Dec 17, 2024 · 1 comment
Assignees

Comments

@mikemccracken
Copy link

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 ?

@camrossi camrossi self-assigned this Dec 17, 2024
@camrossi camrossi reopened this Dec 17, 2024
@camrossi
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants