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

Change python_requires version to fix PEP 440 issue #639

Merged
merged 3 commits into from
Aug 18, 2021
Merged

Change python_requires version to fix PEP 440 issue #639

merged 3 commits into from
Aug 18, 2021

Conversation

lucasvieirasilva
Copy link
Contributor

Title

Fix python_requires to use PEP 440 Version Identification

Motivation

This PR changes the python_requires property in the setup.py version to follow the PEP 440 Version Identification, which will be able to install this package using poetry version 1.2.0a2, which validates the PEP 440 as part of the installation process.

Tests

No new unit tests are required.

Checklist

Before you create the PR, please make sure you have:

  • Picked a concise, informative and complete title
  • Clearly explained the motivation behind the PR
  • Linked to any existing issues that your PR will be solving
  • Included tests for any new functionality
  • Checked that all unit tests pass

Workflow

Please avoid rebasing and force-pushing to the branch of the PR once a review is in progress.
Rebasing can make your commits look a bit cleaner, but it also makes life more difficult from the reviewer, because they are no longer able to distinguish between code that has already been reviewed, and unreviewed code.

@piskvorky
Copy link
Owner

piskvorky commented Aug 9, 2021

Thanks – duplicate of #631. Although this PR looks more articulate.

@mpenkov mpenkov changed the title [#638] Change Python Requires version to fix PEP 440 issue Change Python Requires version to fix PEP 440 issue Aug 18, 2021
@mpenkov mpenkov changed the title Change Python Requires version to fix PEP 440 issue Change python_requires version to fix PEP 440 issue Aug 18, 2021
@mpenkov mpenkov merged commit 0f89902 into piskvorky:develop Aug 18, 2021
@mpenkov
Copy link
Collaborator

mpenkov commented Aug 18, 2021

Merged. Thank you @lucasvieirasilva !!

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.

PEP 440 Complains when using Poetry tooling
3 participants