Build images with ubuntu-20.04 and python-3.7 (#1793)

This commit is contained in:
Ayaz Salikhov
2022-10-09 12:45:03 +04:00
committed by GitHub
parent 2e306fcfa2
commit 1aac87eb7f
2 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import logging
from tests.conftest import TrackedContainer
LOGGER = logging.getLogger(__name__)
EXPECTED_PYTHON_VERSION = "3.10"
EXPECTED_PYTHON_VERSION = "3.7"
def test_python_version(container: TrackedContainer) -> None: