mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-15 16:27:08 +08:00
Add 3.13 to our CI (#11926)
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user