mypy_extensions
mypy_extensions copied to clipboard
chore: add Python3.14 classifier in pyproject.toml
There is still a failing test case for 3.14. See https://github.com/python/mypy_extensions/issues/65
Once that is resolved, we should also add 3.14 to the workflow test matrix as well as the tox config.
Nobody should be using mypy_extensions.TypedDict any more, and all the more useful things in mypy-extensions should work fine on 3.14. Seems like a shame to block on that.