Closed tjlane closed 1 week ago
I'm in favor of this as well, but I fear that's not the only thing we need to do in order to support 3.12. Do we know for certain that's the only thing we need to change? I think we probably also have to migrate to pyproject.toml
, but I could be wrong.
fixed by #273
I'm trying to expand the set of python build versions for
meteor
, butreciprocalspaceship
can't support anything past3.11
because it's still usingpkg_resources
, luckily in just one place:https://github.com/rs-station/reciprocalspaceship/blob/ceae60e293bfdb3e969d0e3e2b53fa3a2b9e34f9/reciprocalspaceship/__init__.py#L1-L9
This issue from another project explains the situation: https://github.com/mu-editor/mu/issues/2485
In general I'd be pro bumping the build python versions. They are pretty old at this point. Thoughts?