Skip to content

Commit 450b4cb

Browse files
committed
🐴 remove typeshed workarounds for Path on windows
1 parent 66d7c8d commit 450b4cb

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

tool/allowlists/path-py311.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

tool/allowlists/path-py312.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

tool/stubtest.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@
4949
("ge" if sys.version_info >= (3, 12) else "lt") + "-py312.txt",
5050
]
5151

52-
if sys.platform == "win32":
53-
if sys.version_info[:2] == (3, 12):
54-
ALLOWLISTS.append("path-py312.txt")
55-
elif sys.version_info[:2] <= (3, 11):
56-
ALLOWLISTS.append("path-py311.txt")
57-
5852

5953
def __check_simd() -> None:
6054
try:

0 commit comments

Comments
 (0)