Skip to content

Unpack TypeVarTuple using new syntax in Python 3.11 #206

@jl-wynen

Description

@jl-wynen

This is only relevant if #205 gets merged.

Once we drop support for Python 3.10, we can change domain.py to use

from typing import TypeVarTuple

# ...

class Scope(Generic[*PARAMS, SUPER]):

and remove the dependency on typing_extensions.

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