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

Changed python_requires to use ">=" syntax #780

Merged
merged 3 commits into from
May 1, 2020
Merged

Changed python_requires to use ">=" syntax #780

merged 3 commits into from
May 1, 2020

Conversation

ColinKennedy
Copy link
Contributor

Description

At the moment, astroid cannot be read using distlib (0.3.0 or 0.2.9.post0). This PR aims to fix this.

Type of Changes

Type
βœ“ πŸ› Bug fix

Related Issue

Closes #779

ChangeLog Outdated
@@ -8,6 +8,13 @@ What's New in astroid 2.5.0?
Release Date: TBA


What's New in astroid 2.4.2?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this, 2.4.1 has not been released yet.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah whoops. I'll move it to 2.4.1

Copy link
Contributor

@PCManticore PCManticore left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

@ColinKennedy
Copy link
Contributor Author

Thanks for the quick approve! I'll merge tomorrow as it's late for me.

@PCManticore PCManticore merged commit b02f70a into pylint-dev:master May 1, 2020
PCManticore pushed a commit that referenced this pull request May 1, 2020
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.

Invalid python_requires in setup.py - ">=3.4.*" not allowed
2 participants