Skip to content

Commit d82bfcf

Browse files
author
Zack Tobar
committed
Update to max version python 3.11
1 parent beae0a5 commit d82bfcf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
strategy:
7676
fail-fast: true
7777
matrix:
78-
python-version: ["3.8", "3.9"]
78+
python-version: ["3.8", "3.9", "3.10", "3.11"]
7979
nautobot-version: ["1.4.10", "stable"]
8080
env:
8181
INVOKE_NAUTOBOT_DEVICE_LIFECYCLE_MGMT_PYTHON_VER: "${{ matrix.python-version }}"
@@ -146,7 +146,7 @@ jobs:
146146
strategy:
147147
fail-fast: true
148148
matrix:
149-
python-version: ["3.8", "3.9"]
149+
python-version: ["3.8", "3.9", "3.10", "3.11"]
150150
nautobot-version: ["1.4.10", "stable"]
151151
runs-on: "ubuntu-20.04"
152152
env:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ packages = [
1717
]
1818

1919
[tool.poetry.dependencies]
20-
python = "^3.8"
20+
python = ">=3.8,<3.12"
2121
pycountry = "^22.3.5"
2222
matplotlib = "^3.3.4"
2323
nautobot = "^1.4.0"

0 commit comments

Comments
 (0)