diff --git a/.github/workflows/jobs.yml b/.github/workflows/jobs.yml index f2352cfa..13a8913f 100644 --- a/.github/workflows/jobs.yml +++ b/.github/workflows/jobs.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: true matrix: - python-version: ["3.7", "3.8", "3.9"] + python-version: ["3.8", "3.9"] env: INVOKE_NAUTOBOT_ANSIBLE_PYTHON_VER: "${{ matrix.python-version }}" steps: diff --git a/tasks.py b/tasks.py index 2a3ddf07..791bcf50 100644 --- a/tasks.py +++ b/tasks.py @@ -26,7 +26,7 @@ def is_truthy(arg): "nautobot_ansible": { "nautobot_ver": "1.5", "project_name": "nautobot_ansible", - "python_ver": "3.7", + "python_ver": "3.9", "local": False, "compose_dir": os.path.join(os.path.dirname(__file__), "development"), "compose_files": ["docker-compose.yml"],