duckinator / bork

A Python build and release management tool.
https://bork.readthedocs.io
MIT License
12 stars 2 forks source link

Python 3.10 cleanups #366

Closed nbraud closed 1 month ago

nbraud commented 1 month ago
nbraud commented 1 month ago

@duckinator, do you think we could reasonably make the version check in cli.main use the same source-of-truth as requires-python in pyproject.toml ?

I guess we could ship pyproject.toml in the wheel, and have main just parse it, but there's hopefully a more lightweight way to do it

duckinator commented 1 month ago

Opened #368 about investigating a single source of truth for minimum supported Python version. I'd like to do that, but think it might require some poking around to find a good solution.