astral-sh / packse

Python packaging scenarios
Apache License 2.0
93 stars 9 forks source link

scenarios: add Python environment to Requires-Python tests #188

Closed BurntSushi closed 2 months ago

BurntSushi commented 2 months ago

Without this, the tests generated in uv seem to default to using 3.8, which in turn doesn't work with a Requires-Python of 3.10.

We could change the version numbers here to work with the 3.8 default, but it seems better to fully specify which Python is being used.