Update xml for 3.14 (#14119)

This commit is contained in:
Max Muoto
2025-05-22 05:44:36 -05:00
committed by GitHub
parent 73f41f6321
commit 0e3395333c
3 changed files with 20 additions and 6 deletions
+2
View File
@@ -49,3 +49,5 @@ if sys.version_info >= (3, 11):
XML_ERROR_INVALID_ARGUMENT: Final[LiteralString]
XML_ERROR_NO_BUFFER: Final[LiteralString]
XML_ERROR_AMPLIFICATION_LIMIT_BREACH: Final[LiteralString]
if sys.version_info >= (3, 14):
XML_ERROR_NOT_STARTED: Final[LiteralString]