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

Updates hard requirements on pyproject.tomls #1878

Merged
merged 2 commits into from Jan 7, 2022

Conversation

staticdev
Copy link
Collaborator

@staticdev staticdev commented Jan 5, 2022

To change this behavior and generate a new poetry.lock, I had to temporarily remove example_isort_formatting_plugin as dev-dependency, since it depends on isort.

  • After we have a new version of isort, we can add this new version on example_isort_formatting_plugin and then generate a new version of it.
  • Then by readding the dev dependency, everything will have uncapped python_requires 4.0.

Closes #1877

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.

isort limits python_require to <4.0
2 participants