mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-11 03:52:56 +00:00
Update miniforge to 4.10.1 and python version to 3.9.2
This commit is contained in:
@@ -7,7 +7,7 @@ from packaging import version
|
||||
LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def test_python_version(container, python_next_version="3.9"):
|
||||
def test_python_version(container, python_next_version="3.10"):
|
||||
"""Check that python version is lower than the next version"""
|
||||
LOGGER.info(f"Checking that python version is lower than {python_next_version}")
|
||||
c = container.run(tty=True, command=["start.sh"])
|
||||
|
Reference in New Issue
Block a user