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

Remove support for Python 2 #101

Merged
merged 5 commits into from
Dec 2, 2018
Merged

Remove support for Python 2 #101

merged 5 commits into from
Dec 2, 2018

Conversation

facelessuser
Copy link
Owner

Technically Python 2 isn't EOL till 2020, but it is unlikely that there will be any new features for Python 2, maybe bug fixes, but that is most likely it. Anyone dependent on backrefs on Python2 can easily just lock to the last major release, and it will be more than sufficient.

Most new releases moving forward will be to update for later versions of Python and new Unicode versions which will in no way impact Python 2. Feature wise, we are more likely to back off things than implement new features. As Python's Re adds new features, it may replace what we are doing.

Let's be honest as well, I'm pretty sure the actual usage of backrefs (outside of Rummage and wcmatch, which are both my modules) is pretty small.

@facelessuser facelessuser merged commit 3255f04 into master Dec 2, 2018
@facelessuser facelessuser deleted the no-py2 branch March 24, 2019 13:41
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.

1 participant