Skip to content

Commit 00c3212

Browse files
committed
Fix CI Failure
1 parent 0279578 commit 00c3212

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-data/unit/check-namedtuple.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1659,7 +1659,7 @@ class NT(NamedTuple):
16591659
x: int
16601660

16611661
if sys.version_info >= (3, 12):
1662-
if sys.platform == "linux":
1662+
if sys.version_info >= (3, 12):
16631663
y: str
16641664

16651665
reveal_type(NT.y)

0 commit comments

Comments
 (0)