Skip to content

Commit 37fd5ab

Browse files
Remove incorrect gate
1 parent 843d133 commit 37fd5ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mypy/typeshed/stdlib/zlib.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Z_RLE: Final = 3
2626
Z_SYNC_FLUSH: Final = 2
2727
Z_TREES: Final = 6
2828

29-
if sys.version_info >= (3, 14) and sys.platform == "win32":
30-
# Available when zlib was built with zlib-ng, usually only on Windows
29+
if sys.version_info >= (3, 14):
30+
# Available when zlib was built with zlib-ng
3131
ZLIBNG_VERSION: Final[str]
3232

3333
class error(Exception): ...

0 commit comments

Comments
 (0)