-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Python 3.5 support? #3465
Comments
Strange, type hints should be fully supported in 3.5.6. Is this blocking arviz's CI? |
Yes https://travis-ci.org/arviz-devs/arviz/builds/528762356 It might be that we have some old package somewhere. |
Actually, the error is happening because of a variable annotation, not a type hint. That was introduced in python 3.6. I'll make a quick fix so that Arviz CI can still build properly. |
@ahartikainen, thanks for reporting this! Our CI environment only tests on python 3.6, so we hadn't noticed this during testing. |
Should be fixed by #3466 |
If you have questions about a specific use case, or you are not sure whether this is a bug or not, please post it to our discourse channel: https://discourse.pymc.io
Description of your problem
Hi, is Python 3.5 supported anymore?
Please provide any additional information below.
This happened after 9f3bba0
Versions and main components
The text was updated successfully, but these errors were encountered: