mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-22 16:10:29 +08:00
Drop Python 3.8 branches (#13776)
This commit is contained in:
@@ -5,8 +5,7 @@ import tkinter
|
||||
from typing import Any, ClassVar, Final, Literal, TypedDict, overload
|
||||
from typing_extensions import TypeAlias, Unpack
|
||||
|
||||
if sys.version_info >= (3, 9):
|
||||
__all__ = ["NORMAL", "ROMAN", "BOLD", "ITALIC", "nametofont", "Font", "families", "names"]
|
||||
__all__ = ["NORMAL", "ROMAN", "BOLD", "ITALIC", "nametofont", "Font", "families", "names"]
|
||||
|
||||
NORMAL: Final = "normal"
|
||||
ROMAN: Final = "roman"
|
||||
|
||||
Reference in New Issue
Block a user