Skip to content

Commit

Permalink
Update to max version python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Tobar committed Sep 5, 2023
1 parent d82bfcf commit 4bde2d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10"]
nautobot-version: ["1.4.10", "stable"]
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.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10"]
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.8,<3.12"
python = ">=3.8,<3.10"
pycountry = "^22.3.5"
matplotlib = "^3.3.4"
nautobot = "^1.4.0"
Expand Down

0 comments on commit 4bde2d4

Please sign in to comment.