Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

BurntSushi
Copy link
Member

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.

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.
@BurntSushi BurntSushi requested a review from zanieb June 12, 2024 14:39
@BurntSushi BurntSushi merged commit 21e7d6b into main Jun 12, 2024
6 checks passed
@BurntSushi BurntSushi deleted the ag/fork-add-env branch June 12, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant