astral-sh / packse

Python packaging scenarios
Apache License 2.0
106 stars 8 forks source link

Add scenarios for `requires-python` incompatibilities #55

Closed zanieb closed 10 months ago

zanieb commented 10 months ago

Adds an environment to scenarios allowing a current Python version to be specified. Adds support for displaying requires-python in packse view Adds test scenarios for requires-python incompatibilities.

The environment can be used for platform information and such in the future, if we want to mock that.