-
Notifications
You must be signed in to change notification settings - Fork 160
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
Fix python support 3.8.0 #533
Comments
From the traceback it seems like a pyflakes bug? In any case, Python 3.8 is still a long time away. It seems premature to be testing it already. At least wait for beta. |
Yes, but travis-ci, python 3.8.dev was given over the link |
* modification in tests * removing obsolete examples * removing old style (yield from) in docs * rename psycopg2 to psycopg2-binary in docs * added note in docs about going to python3.5.2+ * interim fix due to issues #533 * add docs example and style * add isort and deleted obsolete non-asynchronous cursor iteration * fix async iter for python 3.5 * add readthedocs.yml * travis allow failures python:nightly * travis allow failures python:nightly * travis allow failures python:nightly * travis allow failures python:nightly * travis remove docker cache * fix code style yml * refactor * fix docs * normalized version c to rc pep440 * edit docs * refactor sa connection * fix travis * fix travis * fix travis * fix test * Update aiopg/cursor.py Co-Authored-By: Boryslav Larin <[email protected]> * Update docs/one_cursor.rst Co-Authored-By: Boryslav Larin <[email protected]> * Update .readthedocs.yml Co-Authored-By: Sviatoslav Sydorenko <[email protected]> * Update CONTRIBUTING.rst Co-Authored-By: Sviatoslav Sydorenko <[email protected]> * Update CONTRIBUTING.rst Co-Authored-By: Sviatoslav Sydorenko <[email protected]> * Update CONTRIBUTING.rst Co-Authored-By: Sviatoslav Sydorenko <[email protected]> * Update CONTRIBUTING.rst Co-Authored-By: Sviatoslav Sydorenko <[email protected]> * Update CONTRIBUTING.rst Co-Authored-By: Sviatoslav Sydorenko <[email protected]> * Update CONTRIBUTING.rst Co-Authored-By: Sviatoslav Sydorenko <[email protected]> * Update CONTRIBUTING.rst Co-Authored-By: Sviatoslav Sydorenko <[email protected]> * Update CONTRIBUTING.rst Co-Authored-By: Sviatoslav Sydorenko <[email protected]> * Update CONTRIBUTING.rst Co-Authored-By: Sviatoslav Sydorenko <[email protected]> * remove mogrify * add changes * python 3.8 and update requirements * python 3.8 and update requirements * python 3.8 and update requirements
It looks like this issues it outdated(python 3.8 support is added to the CI #754) |
The problem with passing tests.
python version 3.8.0a0 https://travis-ci.com/aio-libs/aiohttp/jobs/173498419
The text was updated successfully, but these errors were encountered: