Build images with ubuntu-22.04 and python-3.10

This commit is contained in:
Ayaz Salikhov
2022-10-10 01:36:30 +04:00
parent ed2908bbb6
commit 61fe0e3abe
2 changed files with 2 additions and 2 deletions

View File

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