-
Notifications
You must be signed in to change notification settings - Fork 241
Open
Labels
Priority: LowType: MaintenanceAnything to do with library maintenance (CI, linting, refactoring etc.)Anything to do with library maintenance (CI, linting, refactoring etc.)
Description
Now that we support Python >= 3.8 (#825) we could do:
from typing import Literalinstead of:
from typing_extensions import LiteralAlthough, this depends if we want to keep unofficial support for 3.7 for a while. I vote no, but probably worth at least checking nothing else on our stack is locked into 3.7...
Metadata
Metadata
Assignees
Labels
Priority: LowType: MaintenanceAnything to do with library maintenance (CI, linting, refactoring etc.)Anything to do with library maintenance (CI, linting, refactoring etc.)