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

Need testers for Python 3 version #18

Open
dlenski opened this issue Feb 3, 2020 · 5 comments
Open

Need testers for Python 3 version #18

dlenski opened this issue Feb 3, 2020 · 5 comments
Assignees

Comments

@dlenski
Copy link
Owner

dlenski commented Feb 3, 2020

It's 2020, and Python 2.7 is at EOL.

Please test the python3 branch and give feedback on anything that doesn't work properly. (So far, so good for me 🤞)

@dlenski dlenski self-assigned this Feb 3, 2020
@dlenski dlenski pinned this issue Feb 3, 2020
@cxw42
Copy link

cxw42 commented Mar 21, 2020

Starting from 136bacb, I changed the shebang to python3. So far, so good --- I will let you know if I notice any issues!

@cxw42
Copy link

cxw42 commented May 27, 2020

No problems! I see you merged the python3 branch --- can this issue be closed?

@vmuriart
Copy link

I was just about to open an issue to drop support for PY2 😄. I been using it exclusively on PY3 on Windows through git-bash with no issues for almost a year now.

If you make the minimum 3.5, you can use pathlib module to cleanup some of the file operations. Currently 3.6 is the lowest supported Python version.

@dlenski
Copy link
Owner Author

dlenski commented Jun 10, 2021

If you make the minimum 3.5, you can use pathlib module to cleanup some of the file operations. Currently 3.6 is the lowest supported Python version.

That's a good idea. Want to write a PR to do this? 😬

@vmuriart
Copy link

opened a PR for it. I didn't use it to the full extent it could have used since I'm still tracing how some of the code is interacting IRT to the in/out objects.

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

3 participants