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 Python 3.3 and 3.4 support #2978

Merged
merged 2 commits into from
Aug 10, 2020
Merged

Drop Python 3.3 and 3.4 support #2978

merged 2 commits into from
Aug 10, 2020

Conversation

honnix
Copy link
Member

@honnix honnix commented Aug 10, 2020

Description

Drop Python 3.3 and 3.4 support. Also allows more recent tornado version (>=6,<7).

Motivation and Context

Python 3.3 and 3.4 have reached end of life quite a while ago. This PR also addresses #2949.

Have you tested this? If so, how?

I installed Luigi under Python 2.7 and 3.6 and that worked as expected.

Also allows more recent tornado version (>=6,<7).
@honnix
Copy link
Member Author

honnix commented Aug 10, 2020

FYI @stonebig @maresb

@drowoseque
Copy link
Contributor

@honnix
I would suggest dropping support in tox.ini and in luigi/setup_logging.py as well
btw, isn't ImportError handling with collections and collections.abc related to the issue?

@honnix
Copy link
Member Author

honnix commented Aug 10, 2020

@drowoseque Good catch. I thought we have no 33/34 in tox because readme says 36/3637 tested. :D

This PR intended to just officially drop the support declaration, but not clean up code base (which we can do in a follow-up PR). But yes this is good point. Thanks.

@honnix
Copy link
Member Author

honnix commented Aug 10, 2020

OK. I see we don't run those as part of Travis CI. I now remember the change. :)

@honnix honnix merged commit 5156828 into master Aug 10, 2020
@honnix honnix deleted the drop-33-34 branch August 10, 2020 14:35
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.

3 participants