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

Drop 'six' dependency (backwards breaking) #492

Merged
merged 4 commits into from
Feb 19, 2021
Merged

Drop 'six' dependency (backwards breaking) #492

merged 4 commits into from
Feb 19, 2021

Conversation

clenk
Copy link
Contributor

@clenk clenk commented Feb 18, 2021

We've already removed Python 2 from our test harness, but this removes all python 2 compatibility code that we left in.

Since we no longer need our Python 2 compatibility changes to the JSON canonicalization code, I reverted it to the version of the code at https://github.com/cyberphone/json-canonicalization/tree/master/python3. Since it follows a different code style than we do I excluded it from our pre-commit checks.

Undo our Python 2 compatibility fixes
We've already removed Python 2 from our test harness, but this removes
all python 2 compatibility code left in.
@emmanvg
Copy link
Contributor

emmanvg commented Feb 19, 2021

wondering if we should also add a python_requires=">=3.6" in setup.py https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires

@clenk clenk merged commit 4bccfd2 into master Feb 19, 2021
@clenk clenk added this to the 3.0.0 milestone Feb 19, 2021
@clenk clenk deleted the drop-six branch February 19, 2021 22:05
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.

2 participants