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

Bug: Not compatible with Python 3.11 #18

Closed
rickwierenga opened this issue Jan 19, 2023 · 2 comments
Closed

Bug: Not compatible with Python 3.11 #18

rickwierenga opened this issue Jan 19, 2023 · 2 comments

Comments

@rickwierenga
Copy link

from Opentrons/opentrons#12006:

File "/home/koeng/.local/lib/python3.11/site-packages/aionotify/init.py", line 5, in 
from .base import Watcher
File "/home/koeng/.local/lib/python3.11/site-packages/aionotify/base.py", line 10, in 
from . import aioutils
File "/home/koeng/.local/lib/python3.11/site-packages/aionotify/aioutils.py", line 122, in 
@asyncio.coroutine
^^^^^^^^^^^^^^^^^
AttributeError: module 'asyncio' has no attribute 'coroutine'. Did you mean: 'coroutines'?
rbarrois added a commit that referenced this issue Feb 2, 2024
The latests changes address the following issues:

- #20 (asynctest is obsolete)
- #19 (compatibility with Python 3.11)
- #18 (compatibility with Python 3.11)
- #15 (compatibility with Python 3.8)
- #7 (Improve README.rst)
@rbarrois
Copy link
Owner

rbarrois commented Feb 2, 2024

Fixed, thanks for the report!

And sorry for the delay!

@rbarrois rbarrois closed this as completed Feb 2, 2024
@rickwierenga
Copy link
Author

rickwierenga commented Feb 2, 2024

Better late than never! Thank you!

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

No branches or pull requests

2 participants