Skip to content

Compatibility issues with pipenv and python 3.9 #267

@jjuris

Description

@jjuris

Hello
there is problem using this library with python 3.9.

$ python3
Python 3.9.2 (default, Feb 28 2021, 17:03:44)
[GCC 10.2.1 20210110] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import async_timeout
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.9/dist-packages/async_timeout/__init__.py", line 8, in <module>
    from typing_extensions import final
ModuleNotFoundError: No module named 'typing_extensions'

I see that there is already fix for it in your code
https://github.com/aio-libs/async-timeout/blob/master/async_timeout/__init__.py#L9

Could you please release it as soon as possible?

Thank you
& stay safe

Jozef

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions