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

removed python 2 support #1204

Merged
merged 6 commits into from
May 5, 2019
Merged

Conversation

rooterkyberian
Copy link
Contributor

resolves #1120

setup.py Outdated
@@ -65,13 +65,11 @@ def read(fname):
'serialization', 'rest', 'json', 'api', 'marshal',
'marshalling', 'deserialization', 'validation', 'schema',
],
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
python_requires='>=3, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
Copy link
Member

Choose a reason for hiding this comment

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

Can't this be simplified to >=3.5?

@sloria
Copy link
Member

sloria commented Apr 30, 2019

Can you add the --py3-plus flag to the pyupgrade hook in .pre-commit-config.yaml and run it?

@lafrech
Copy link
Member

lafrech commented May 2, 2019

AUTHORS.rst needs to be updated.

@sloria
Copy link
Member

sloria commented May 5, 2019

Thank you for the PR!

@sloria sloria merged commit 719bac1 into marshmallow-code:dev May 5, 2019
@hugovk hugovk mentioned this pull request May 5, 2019
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.

Drop Python 2 support
3 participants