Add 3.13 to our CI (#11926)

This commit is contained in:
Alex Waygood
2024-05-19 16:18:49 -04:00
committed by GitHub
parent 347f8a96b5
commit b8d144d491
8 changed files with 48 additions and 15 deletions

View File

@@ -50,7 +50,6 @@ __all__ = [
"makeLogRecord",
"setLoggerClass",
"shutdown",
"warn",
"warning",
"getLogRecordFactory",
"setLogRecordFactory",
@@ -58,6 +57,8 @@ __all__ = [
"raiseExceptions",
]
if sys.version_info < (3, 13):
__all__ += ["warn"]
if sys.version_info >= (3, 11):
__all__ += ["getLevelNamesMapping"]
if sys.version_info >= (3, 12):