You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add support for Python 3.9, 3.10 and 3.11 (#553)
| Q | A
| ----------------- | ----------
| Bug fix? | yes
| New feature? | no <!-- please update the /CHANGELOG.md file -->
| BC breaks? | no
| Related Issue | Fix#549, Fix#551
| Need Doc update | yes
## Describe your change
This PR removes support for python 2.7, adds support for python 3.11 and
tests the project against 3.9, 3.10, and 3.11:
- Replaced all @asyncio.coroutine decorators by async def function def
- Replaced `yield from` with `await` or `return` statements
- Added python 3.9, 3.10, and 3.11 to tox and circleci
## What problem is this fixing?
Due to a removed syntax in python 3.11, the package was not working.
---------
Co-authored-by: shortcuts <[email protected]>
0 commit comments