diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2df32f8..066ccb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,17 +119,17 @@ jobs: strategy: fail-fast: true matrix: - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11"] db-backend: ["postgresql"] nautobot-version: ["1.6.1"] include: - - python-version: "3.10" + - python-version: "3.11" db-backend: "postgresql" nautobot-version: "1.6.1" - python-version: "3.8" db-backend: "mysql" nautobot-version: "1.6.1" - - python-version: "3.10" + - python-version: "3.11" db-backend: "mysql" nautobot-version: "1.6.1" runs-on: "ubuntu-20.04" diff --git a/pyproject.toml b/pyproject.toml index 08858b9..c512c49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-plugin-nornir" -version = "1.0.1" +version = "1.0.2" description = "Nautobot Nornir plugin." authors = ["Network to Code, LLC "] license = "Apache-2.0" @@ -19,6 +19,7 @@ classifiers = [ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", ] packages = [ { include = "nautobot_plugin_nornir" }, @@ -67,7 +68,7 @@ nautobot = ["nautobot"] [tool.black] line-length = 120 -target-version = ['py38', 'py39', 'py310'] +target-version = ['py38', 'py39', 'py310', 'py311'] include = '\.pyi?$' exclude = ''' (