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

fix: artificial limiting in pycln breaks on 3.10 #886

Merged
merged 1 commit into from
Oct 22, 2021

Conversation

henryiii
Copy link
Contributor

@henryiii henryiii commented Oct 21, 2021

PyCln artificially version-caps Python to <3.10, which broke when pre-commit updated to 3.10 earlier today. I hadn't noticed this, because locally I installed with 3.9, then when brew updated pre-commit to 3.10, it just kept working, because pycln actually supports 3.10, it just follows the horrific practice of adding upper version limits as pushed by Poetry. If the version caps are not removed, I think we should remove this from our pre-commit. Otherwise, this will cause extra headaches every Python upgrade. Temporarily disabling for now. hadialqattan/pycln#81

@henryiii henryiii merged commit 6db5229 into pypa:main Oct 22, 2021
@henryiii henryiii deleted the henryiii/ci/pycln310 branch October 22, 2021 02:23
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