mypy_extensions icon indicating copy to clipboard operation
mypy_extensions copied to clipboard

chore: add Python3.14 classifier in pyproject.toml

Open BobTheBuidler opened this issue 3 months ago • 2 comments

BobTheBuidler avatar Oct 01 '25 17:10 BobTheBuidler

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.

cdce8p avatar Oct 01 '25 18:10 cdce8p

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.

JelleZijlstra avatar Oct 01 '25 21:10 JelleZijlstra