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 explicit support for Python 3.4 and 3.5, adding tests for python 3.9 #522

Merged
merged 2 commits into from
Oct 25, 2020

Conversation

pietermarsman
Copy link
Member

Pull request

Closes #503

Python 3.4 and 3.5 are both end-of-life. No more releases are made.

Since the python software foundatation does not longer support them, we could also remove explicit support for them. This would allow us to:

How Has This Been Tested?

Updated travis and tox configuration.

Checklist

  • I have added tests that prove my fix is effective or that my feature
    works
  • I have added docstrings to newly created methods and classes
  • I have optimized the code at least one time after creating the initial
    version
  • I have updated the README.md or I am verified that this
    is not necessary
  • I have updated the readthedocs documentation or I
    verified that this is not necessary
  • I have added a consice human-readable description of the change to
    CHANGELOG.md

@pietermarsman
Copy link
Member Author

I updated more than one line in the CHANGELOG.md, because I noticed that lots of them reference the issue instead of the PR. Now they all map to a PR.

@pietermarsman pietermarsman merged commit 875e530 into develop Oct 25, 2020
@pietermarsman pietermarsman deleted the 503-remove-python-34-35-support branch February 2, 2022 21:33
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.

Drop Python 3.4/3.5 support
1 participant