Skip to content

Commit

Permalink
Drop python 3.7, change stable to 1.6 in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pszulczewski committed Oct 3, 2023
1 parent 2f982c3 commit 6f98992
Show file tree
Hide file tree
Showing 3 changed files with 396 additions and 543 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
nautobot-version: ["1.2", "1.3", "stable"]
python-version: [3.8", "3.9", "3.10"]
nautobot-version: ["1.2", "1.3", "1.6"]
exclude:
- python-version: 3.10
nautobot-version: 1.2
Expand Down
Loading

0 comments on commit 6f98992

Please sign in to comment.