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

ditch py2 #930

Open
dpark01 opened this issue Feb 22, 2019 · 0 comments
Open

ditch py2 #930

dpark01 opened this issue Feb 22, 2019 · 0 comments

Comments

@dpark01
Copy link
Member

dpark01 commented Feb 22, 2019

In light of the official EOL date for Python 2 at the end of this year, and the fact that most of our critical python dependencies seem to be on board with this timeline, after having had a lazy decade to make the transition, it'll be great to finally pull the plug on supporting python 2.7. We would:

  • drop 2.7 from the Travis test matrix
  • consolidate the requirements-*.txt files to assume py3 only
  • remove the conditionals that decorate our unit/integration tests that allow py2 to skip them (e.g. all the snakemake tests would become mandatory)
  • anything else I forgot

I don't see a particular reason to wait to Dec 31 (or wait at all), do you?

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

No branches or pull requests

1 participant