linkml / prefixmaps

Semantic prefix map registry
https://linkml.io/prefixmaps/
Apache License 2.0
10 stars 3 forks source link

`prefixmaps` should not restrict using Python 3.8 #65

Closed pkalita-lbl closed 4 months ago

pkalita-lbl commented 4 months ago

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: https://github.com/linkml/prefixmaps/blob/0bc0d5fe22e589914f27e5fb557b558945e5653f/pyproject.toml#L27

I believe that change was introduced with https://github.com/linkml/prefixmaps/pull/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.