Skip to content

Conversation

@dotlambda
Copy link

No description provided.

@mosquito
Copy link
Collaborator

Hi @dotlambda, could you please explain what exactly problem you're solving with this PR? I don't understand why we should drop support for Python 3.10, whose EoL is in a year. If you don't mind, perhaps we could wait with merging until then.

@dotlambda
Copy link
Author

I'm just trying to follow upstream's recommendation.

We could also use

if sys.version_info >= (3, 11):
    from asyncio import timeout
else:
    from async_timeout import timeout

@mosquito
Copy link
Collaborator

It was a dev dependency, needed only for tests.

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.

2 participants