diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index efa9d536..a03696eb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -52,7 +52,7 @@ jobs: fail-fast: false matrix: python-version: - - "3.9" + - "3.10" nautobot-version: - "2.0" ansible-version: @@ -80,6 +80,11 @@ jobs: - "2.14" - "2.15" - "2.16" + exclude: + # Ansible 2.16 dropped support for Python 3.9 + - python-version: "3.9" + nautobot-version: "2.0" + ansible-version: "2.16" with: python-version: "${{ matrix.python-version }}" nautobot-version: "${{ matrix.nautobot-version }}"