Bump ctypes to 3.14 (#14137)

This commit is contained in:
Semyon Moroz
2025-05-25 18:13:36 -07:00
committed by GitHub
parent adabd34dde
commit 4ea1f958ce
8 changed files with 28 additions and 26 deletions
+3
View File
@@ -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: ...