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 anything that exists only for Python 2.7 support #379

Merged
merged 5 commits into from
Sep 4, 2020

Commits on Aug 31, 2020

  1. Add python_requires >= 3 to setup.py

    Kent Inverarity committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    e84f0ea View commit details
    Browse the repository at this point in the history
  2. Remove argparse and pathlib, part of Python 3 stdlib

    Kent Inverarity committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    9cb6e9b View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Stop running Python 2.7 tests on Travis CI

    Kent Inverarity committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    961aca0 View commit details
    Browse the repository at this point in the history
  2. Ignore .eggs folder

    Kent Inverarity committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    9acd845 View commit details
    Browse the repository at this point in the history
  3. Update docs to reflect Python 3 support only

    Kent Inverarity committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    56f465e View commit details
    Browse the repository at this point in the history