mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-01 21:50:21 +08:00
Bump ctypes to 3.14 (#14137)
This commit is contained in:
@@ -5,4 +5,7 @@ def find_library(name: str) -> str | None: ...
|
||||
if sys.platform == "win32":
|
||||
def find_msvcrt() -> str | None: ...
|
||||
|
||||
if sys.version_info >= (3, 14):
|
||||
def dllist() -> list[str]: ...
|
||||
|
||||
def test() -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user