mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 12:32:58 +00:00
Update test_python.py
This commit is contained in:
@@ -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}")
|
||||
|
Reference in New Issue
Block a user