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

Require Python 3 #124

Closed
paulmelnikow opened this issue Jul 25, 2020 · 1 comment · Fixed by #133
Closed

Require Python 3 #124

paulmelnikow opened this issue Jul 25, 2020 · 1 comment · Fixed by #133

Comments

@paulmelnikow
Copy link
Collaborator

Since Python 2 has been deprecated, I suggest we drop support for it the next major release. Many libraries, including developer tools, have done so… pip, pytest, etc.

IMO it is not worth spending the limited volunteer development efforts we have to keep this working on an obsolete platform.

@mvbrn
Copy link

mvbrn commented Jul 31, 2020

That's a good idea!
Especially those lines on the beginning of each snapshot are annoying:

# -*- coding: utf-8 -*-
# snapshottest: v1 - https://goo.gl/zC4yUc
from __future__ import unicode_literals

This was referenced Sep 29, 2020
paulmelnikow added a commit that referenced this issue Sep 30, 2020
BREAKING CHANGE

Closes #124
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 a pull request may close this issue.

2 participants