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.4 support #303

Merged
merged 1 commit into from Sep 23, 2019
Merged

Drop Python 3.4 support #303

merged 1 commit into from Sep 23, 2019

Conversation

mfussenegger
Copy link
Member

Some of the newer versions of our dependencies dropped support for
Python 3.4.

Python 3.4 has reached end of life and according to
https://en.wikipedia.org/wiki/CPython#Enterprise_Linux only Debian 8
shipped Python 3.4 to begin with.

'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we then also add 3.7 to the Travis CI configuration?
https://github.com/crate/crash/pull/303/files#diff-354f30a63fb0907d4ad57269548329e3R5

If so, I would also mention it in the changelog entry.

Some of the newer versions of our dependencies dropped support for
Python 3.4.

Python 3.4 has reached end of life and according to
https://en.wikipedia.org/wiki/CPython#Enterprise_Linux only Debian 8
shipped Python 3.4 to begin with.
@mfussenegger mfussenegger merged commit a514504 into master Sep 23, 2019
@mfussenegger mfussenegger deleted the j/drop-python-3.4-support branch September 23, 2019 13:22
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.

None yet

2 participants