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
Support 3.4 runtime (and others) #95
Comments
Is it the pickling / serialization that is sensitive to even minor version changes in Python ? I think adding 3.4 might be fine as it is probably in the top-3 of versions used (see https://hynek.me/articles/python3-2016 for example), but maintaining more versions does make testing etc. more expensive |
I think it's easier for most of the users we care about to make them upgrade to 3.x then try and support an additional runtime. Runtime builds already take too long. |
The other issue here is that we don't want to increase our test runtime by 33% |
Agree on that testing is one huge concern here. The hope here is that differences between subversion should be small and easy to fix. |
I'm going to mark this closed given that we now 1. bail on |
We have users with python 3.4. Should we build and upload 3.4 runtime? and other python versions?
The text was updated successfully, but these errors were encountered: