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 support for Python 2.7 #2

Open
Technologicat opened this issue Sep 6, 2019 · 0 comments
Open

Drop support for Python 2.7 #2

Technologicat opened this issue Sep 6, 2019 · 0 comments
Assignees
Milestone

Comments

@Technologicat
Copy link
Owner

Python 2.7 will be out of support January 1, 2020.

Dropping support for it allows a simple solution for #1.

A possibly incomplete list of things to remember:

  • Update metadata in setup.py.
  • Update GitHub tags.
  • Update hashbangs.
  • Drop runtests2.sh.
  • Consider migrating runtests3.sh into a runtests.py. Shell? Where we're going, we need no shell.
    • Unpythonic has a template for this.
    • Or could just use unittest from the stdlib.
    • pytest would be even nicer, but introduces a dependency.
@Technologicat Technologicat added this to the 1.0 milestone Sep 6, 2019
@Technologicat Technologicat self-assigned this Sep 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant