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

Shouldn't impose Python upper bound #184

Open
EliahKagan opened this issue Sep 30, 2023 · 0 comments
Open

Shouldn't impose Python upper bound #184

EliahKagan opened this issue Sep 30, 2023 · 0 comments

Comments

@EliahKagan
Copy link
Owner

EliahKagan commented Sep 30, 2023

palgoviz should permit installation on later versions of Python. The major and minor versions should be perhaps be given in environment.yml, but only the major version should be given in pyproject.toml, i.e., the ~ should be changed to ^. This will require testing and should probably be done at the same time as adding 3.12 support (#185), but it is conceptually its own issue. In particular, if the upper bound is changed to ~3.12 rather than ^3.12 to allow some dependency to be installed, that would not fix this issue.

@EliahKagan EliahKagan changed the title Shouldn't pin upper bound Shouldn't impose Python upper bound Sep 30, 2023
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

1 participant