Upgrade to Python 3.12 (#2072)

This commit is contained in:
Max Muoto
2024-10-23 00:58:47 -07:00
committed by GitHub
parent 2b40f486b6
commit a096c2b102
4 changed files with 10 additions and 3 deletions

View File

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