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

prefixmaps should not restrict using Python 3.8 #65

Closed
pkalita-lbl opened this issue Feb 8, 2024 · 0 comments · Fixed by #66
Closed

prefixmaps should not restrict using Python 3.8 #65

pkalita-lbl opened this issue Feb 8, 2024 · 0 comments · Fixed by #66
Assignees

Comments

@pkalita-lbl
Copy link
Contributor

I don't believe there's anything in the runtime code or dependencies of this package that preclude it from running on Python 3.8. And yet:

python = "^3.9"

I believe that change was introduced with #55, and specifically python = "^3.9" was to support sphinx = "^7.2.6". But given that sphinx is a development dependency, I'm not sure it's a good idea to be so aggressive about its version specification, especially when it influences the the minimum Python version.

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 a pull request may close this issue.

1 participant