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
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.
The text was updated successfully, but these errors were encountered:
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:
prefixmaps/pyproject.toml
Line 27 in 0bc0d5f
I believe that change was introduced with #55, and specifically
python = "^3.9"
was to supportsphinx = "^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.The text was updated successfully, but these errors were encountered: