Skip to content

Updates hard requirements on pyproject.tomls#1878

Merged
timothycrosley merged 2 commits into
PyCQA:mainfrom
staticdev:bug/fix-python-requires-cap-40
Jan 7, 2022
Merged

Updates hard requirements on pyproject.tomls#1878
timothycrosley merged 2 commits into
PyCQA:mainfrom
staticdev:bug/fix-python-requires-cap-40

Conversation

@staticdev
Copy link
Copy Markdown
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