-
Notifications
You must be signed in to change notification settings - Fork 76
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
Test Python 3.8 #1035
Comments
Thanks @MaxGhenis! Once #1030 is approved, we should have enough test runners to apply a matrix strategy that should let us test on several Python versions at once 😃 In order to help prioritise and avoid resource wastage, could you please share any deployment constraints you have / know of? With which version of Python do you currently use OpenFisca? 🙂 |
I've been tinkering with a working prototype here #1031 😃 (it works in local if you want to try it out). |
No constraints, though there could be general performance improvements. @nikhilwoodruff also mentioned code structuring improvements in 3.9.
3.7 |
#1030 has been approved, a preliminary implementation in openfisca/openfisca-france#1663 seems to show that 3.7 and 3.8 pass tests, while 3.9 fails at least for the Web API. |
@maukoquiroga The |
Since Python 3.9 has issues (#1035 (comment)), I shrunk this issue down to Python 3.8. Python 3.8 support would be especially useful since it's the default conda Python version, and that's how many developers install Python. |
This has been fixed in #1181 |
Python 3.10 will also be launched in about 6 weeks.
The text was updated successfully, but these errors were encountered: