Update test_python.py

This commit is contained in:
Ayaz Salikhov
2022-05-28 17:18:36 +04:00
committed by GitHub
parent daa8042bf3
commit ee338c370f

View File

@@ -10,7 +10,7 @@ LOGGER = logging.getLogger(__name__)
def test_python_version(
container: TrackedContainer, python_next_version: str = "3.10"
container: TrackedContainer, python_next_version: str = "3.11"
) -> None:
"""Check that python version is lower than the next version"""
LOGGER.info(f"Checking that python version is lower than {python_next_version}")