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

Cleanup: Remove all nonsensical python_version ranges #2087

Merged
merged 2 commits into from
Oct 21, 2024

Conversation

glensc
Copy link
Collaborator

@glensc glensc commented Oct 21, 2024

The application needs >= 3.9 anyway, so having them for each dep is superfluous

Basically, we need just things like these:

exceptiongroup==1.2.2; python_version < '3.11'

The application needs >= 3.9, so having them for each dep is superfluous

Basically we need just things like these:

> exceptiongroup==1.2.2; python_version < '3.11'
@glensc glensc self-assigned this Oct 21, 2024
@glensc
Copy link
Collaborator Author

glensc commented Oct 21, 2024

Dependabot will likely add them back one by one, but at least it's cleaned from previous bugs for now.

@glensc glensc merged commit 6373c33 into Taxel:main Oct 21, 2024
4 checks passed
@glensc glensc deleted the sync-marks branch October 21, 2024 21:33
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