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

Set required python version to >= 3.8 #42

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

mbirtwell
Copy link
Contributor

Fixes #40

This seems to be working for me, so I thought I'd share it. Without this I can't install juliacall using poetry for python versions other than 3.8.

@cjdoris cjdoris merged commit b1988ab into JuliaPy:main Nov 8, 2024
6 checks passed
@cjdoris
Copy link
Collaborator

cjdoris commented Nov 8, 2024

Thanks. Contrary to what #40 says, ~=3.8 is equivalent to >=3.8,<4, so it should be installable with 3.9 or 3.10 or ... . However some package managers (definitely uv the last time I checked) don't handle some compat bounds on python correctly. I've hit against this so many times!

@mbirtwell
Copy link
Contributor Author

~=3.8 is equivalent to >=3.8,<4, so it should be installable with 3.9 or 3.10 or ...

Indeed. Sorry I just assumed that poetry was doing the right thing.

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

Successfully merging this pull request may close these issues.

Required python version query
2 participants