Skip to content

Commit

Permalink
Remove python 3.7 from project
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Tobar committed Sep 1, 2023
1 parent a6819ce commit f3868aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.7", "3.8", "3.9"]
python-version: ["3.8", "3.9"]
nautobot-version: ["1.4.10", "stable"]
env:
INVOKE_NAUTOBOT_DEVICE_LIFECYCLE_MGMT_PYTHON_VER: "${{ matrix.python-version }}"
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.7"]
python-version: ["3.8"]
nautobot-version: ["1.4.10"]
env:
INVOKE_NAUTOBOT_DEVICE_LIFECYCLE_MGMT_PYTHON_VER: "${{ matrix.python-version }}"
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.7", "3.8", "3.9"]
python-version: ["3.8", "3.9"]
nautobot-version: ["1.4.10", "stable"]
runs-on: "ubuntu-20.04"
env:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
pycountry = "^22.3.5"
matplotlib = "^3.3.4"
nautobot = "^1.4.0"
Expand Down

0 comments on commit f3868aa

Please sign in to comment.