Python 3.7, 3.8 support, improved unittest support - #7
Conversation
…test suites to increase test throughput.
…supported constructs
|
I totally forgot I forked it with that fix 😆 |
jayvdb
left a comment
There was a problem hiding this comment.
This WFM on Python 3.8-3.10.0b3, on Mac BigSur 11.4
| @@ -0,0 +1,256 @@ | |||
| # py2rb.py | |||
There was a problem hiding this comment.
Removing README.rst and creating README.md causes pip install 'git+https://github.com/nanobowers/py2rb@new_versions' to fail because setup.py requires README.rst.
|
ping @naitoh , could you review this. I would like to make other PRs, but it doesnt make sense to do that unless this is merged as I need py38+ support. |
|
Hi @jayvdb, I am hopeful that @naitoh returns, but it appears he has been inactive for quite some time. I have recently made some fixes to my repo that address some of the issues you filed:
Please feel free to submit issues/PRs there if you wish. Hopefully we can get clarification if this repo is abandoned and (if so) figure out if it can be handed off to someone else. |
|
Great. There are now two main bugs found by the py2many test suite
And one that is not as critical
I think I saw that @naitoh was active on Twitter. Might want to catch him there or on email, to find out the future of this package. |
This PR also contains some edits based on a fork from @Fryguy - namely support for F-Strings.
Enhancements: