Skip to content
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

Remove remnants of aiohttp 2.x and Python 3.5 support #223

Conversation

marcinsulikowski
Copy link
Contributor

Commit adfb650 removed support for aiohttp 2.x and Python
3.5 but there are still some remnants of these left. We get rid of them.
This also removes one mypy warning:

compat.py:31: error: All conditional function variants must have identical signatures [misc]

Commit adfb650 removed support for aiohttp 2.x and Python
3.5 but there are still some remnants of these left. We get rid of them.
This also removes one `mypy` warning:

> compat.py:31: error: All conditional function variants must have identical signatures [misc]
We no longer run tests against aiohttp 2.x so we don't need it in
`tox.ini`.
@marcinsulikowski
Copy link
Contributor Author

These changes are now included as part of #224 to avoid conflicts between the two PRs.

@marcinsulikowski marcinsulikowski deleted the remove-remnants-of-aiohttp-2-and-python-3.5 branch October 19, 2022 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant