From b7d88c46c8667e671149e0bc4e015aeaa569de90 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Thu, 9 May 2024 00:46:53 -0700 Subject: [PATCH] other side of the inequality --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index efba5ad..46a9a49 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -4,7 +4,7 @@ import sys import pytest from typing import Any, Tuple, Union, Type -if sys.version_info.minor < 11: +if sys.version_info.minor >= 11: from typing import TypeAlias else: from typing_extensions import TypeAlias