We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.6 has reached its end-of-life on 22 Dec 2016 and with #2251 being merged, there is no need to continue supporting Python 3.6.
We will keep Python 3.6 syntax compatibility until further notice.
The text was updated successfully, but these errors were encountered:
The current develop branch requires Python 3.7 due to the numpy>=1.20 requirement not providing support for py3.6 any longer.
develop
numpy>=1.20
In addition, #2274 uses asyncio.run() which is only available in Python 3.7 and later.
asyncio.run()
Sorry, something went wrong.
No branches or pull requests
Python 3.6 has reached its end-of-life on 22 Dec 2016 and with #2251 being merged, there is no need to continue supporting Python 3.6.
We will keep Python 3.6 syntax compatibility until further notice.
The text was updated successfully, but these errors were encountered: