mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-13 13:02:56 +00:00
Build images with ubuntu-20.04 and python-3.9
This commit is contained in:
@@ -5,7 +5,7 @@ import logging
|
||||
from tests.conftest import TrackedContainer
|
||||
|
||||
LOGGER = logging.getLogger(__name__)
|
||||
EXPECTED_PYTHON_VERSION = "3.8"
|
||||
EXPECTED_PYTHON_VERSION = "3.9"
|
||||
|
||||
|
||||
def test_python_version(container: TrackedContainer) -> None:
|
||||
|
Reference in New Issue
Block a user