summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 26cc04345..3ae9fcc35 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -338,7 +338,7 @@ def check_yaml_c_exts():
Not available yet with a nightly Python, see:
https://github.com/yaml/pyyaml/issues/416
"""
- if testutils.ON_CI and sys.version_info[:2] != (3, 10):
+ if testutils.ON_CI and sys.version_info[:2] != (3, 11):
from yaml import CLoader