Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
ci: Remove py3.7 from unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrew82 committed Oct 19, 2023
1 parent c8aaddc commit 686ee8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10"]
db-backend: ["postgresql"]
nautobot-version: ["ltm-1.6"]
include:
Expand Down

0 comments on commit 686ee8f

Please sign in to comment.