Skip to content

Commit

Permalink
Changes python version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joewesch committed Dec 5, 2023
1 parent 67bd47e commit ef4f7e5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.9"
- "3.10"
nautobot-version:
- "2.0"
ansible-version:
Expand Down Expand Up @@ -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 }}"
Expand Down

0 comments on commit ef4f7e5

Please sign in to comment.