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 #474

Merged
merged 1 commit into from
Jun 22, 2022

Commits on Jun 20, 2022

  1. Remove support for Python 2

    Python 2.7 (the last Python 2 release) was End-Of-Life on 1-Jan-2020.
    
      * Add requirement to `setup.py` for python_requires=">=3.4.0"
      * Remove all usage of the `six` library
      * Remove declared support for Python 2
      * Update tox.ini to remove `py27` environment
      * Update Github workflows to no longer test against Python 2.7
      * Remove `from __future__ import print_function`
      * Remove `from __future__ unicode_literals`
      * Update tests to import `unittest` and `unittest.mock` directly
    
    Closes: mjs#401
    JohnVillalovos committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    6e6ec34 View commit details
    Browse the repository at this point in the history