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

Add Python3 support #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add Python3 support #2

wants to merge 1 commit into from

Conversation

sirex
Copy link

@sirex sirex commented Feb 13, 2020

This is my attempt to get HTSQL working on Python 3.

I think there is no point supporting Python 2, so my changes drops support for Python 2.

So far I just run:

env/bin/python -m lib2to3 --write --nobackups setup.py src

And fixes some things manually.

Here I just run:

    env/bin/python -m lib2to3 --write --nobackups setup.py src

And fixes some things manually.

I think, there is no point supporting Python 2 anymore.
@sirex sirex mentioned this pull request Feb 13, 2020
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.

None yet

1 participant