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 support for Python 2.6, 3.3, 3.4 #450

Merged
merged 16 commits into from Aug 24, 2019
Merged

Drop support for Python 2.6, 3.3, 3.4 #450

merged 16 commits into from Aug 24, 2019

Conversation

alanhamlett
Copy link
Collaborator

@alanhamlett alanhamlett commented Aug 22, 2019

Flask no longer supports Python 2.6 and 3.3. Since Flask-Login depends on Flask, we should also drop support for unsupported Python versions.

@alanhamlett alanhamlett changed the title Travis must use trusty dist to support legacy python Drop support for Python 2.6 and 3.3 Aug 22, 2019
@davidism
Copy link
Collaborator

You can drop 3.4 as well

@alanhamlett alanhamlett reopened this Aug 22, 2019
tox.ini Outdated
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py33,py34,py35,py36,pypy,pypy3
envlist = py27,py35,py36,pypy,pypy3
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should probably add support for 3.7 too.

@alanhamlett alanhamlett changed the title Drop support for Python 2.6 and 3.3 Drop support for Python 2.6, 3.3, 3.4 Aug 24, 2019
@alanhamlett alanhamlett merged commit 9dafc65 into maxcountryman:master Aug 24, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Apr 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants