feat: test Python 3.14 is ok

This commit is contained in:
2026-02-09 15:06:56 +08:00
parent 6d81e098c5
commit b0a79bb0c7

View File

@@ -9,6 +9,7 @@ keywords = ["type-checking", "primitive", "conversion"]
classifiers = [
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Typing :: Typed",
]
requires-python = ">=3.12"