-
Notifications
You must be signed in to change notification settings - Fork 3
Migrate to python 3.8? #68
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
Comments
Of course, for a mere double the CI cost, we could ship 3.6 and 3.8. |
IMO, no reason to support two Python versions with RobotLab. |
I have python code written on 3.8 and all my modules are installed for my 3.8 python. Now, when I try to use RobotLab I have to modify my code and reinstall all modules for 3.6 - a significant downgrade. |
I assume the next release will be Python 3.8 whenever we have time to put it together. It’s mainly about manually testing that all bundled add-on versions (and Firefox) work well together. That said, all packages should work fine with Python 3.8, so it should be possible to manually install everything with Python 3.8 miniconda. |
Thanks for the feedback!
Your use case might be more advanced than that we were/are mostly trying to
do in this repo, which is support time-limited workshops. We don't have any
workshops planned right now, so we're not burning to get a new release out.
Will take your concerns into account on the next build.
|
I have no particular driver for this change, as 3.6 doesn't EOL for a good long time now, but the performance improvements might be worth it.
The text was updated successfully, but these errors were encountered: