mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-18 06:10:11 +08:00
Drop Python 3.8 support in typing[_extensions] and types (#13763)
This commit is contained in:
@@ -4,11 +4,9 @@ This tests that star imports work when using "all += " syntax.
|
||||
"""
|
||||
from __future__ import annotations
|
||||
|
||||
import sys
|
||||
from typing import *
|
||||
from zipfile import *
|
||||
|
||||
if sys.version_info >= (3, 9):
|
||||
x: Annotated[int, 42]
|
||||
x: Annotated[int, 42]
|
||||
|
||||
p: Path
|
||||
|
||||
Reference in New Issue
Block a user