Skip to content

Conversation

@Scipio4
Copy link

@Scipio4 Scipio4 commented Nov 22, 2025

I wanted to use the package with Python 3.10 and encountered a bug.
Your implementation is using a feature that was added in Python 3.12
=> https://docs.python.org/3/reference/compound_stmts.html#type-params

Although it is specified in pyproject.toml, the package cannot be used with Python 3.10 and 3.11.
I replaced the type parameter with TypeVar so that the two versions are supported again.
Tested the changes by running all pytest with Python 3.10 - 3.12

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.

1 participant