Skip to content

Alter typing to support Python3.9 #18

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

Merged
merged 1 commit into from
Dec 14, 2024
Merged

Conversation

pgjones
Copy link
Contributor

@pgjones pgjones commented Dec 14, 2024

As Python3.9 has not yet reached end of life.

As Python3.9 has not yet reached end of life.
@@ -3,8 +3,8 @@
import asyncio
import collections.abc
import contextvars
from typing import Any, TypeAlias
from typing_extensions import TypeVar
from typing import Any, Optional, Union
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new union syntax should be supported by 3.9 under the annotations future

@graingert graingert merged commit 2172663 into graingert:default Dec 14, 2024
5 checks passed
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