Skip to content

Commit

Permalink
Test with Python 3.12 and NetBox v3.7-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
devon-mar committed Dec 11, 2023
1 parent d352f08 commit 48282f4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup Python 3.10
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"

- name: Install poetry
uses: snok/[email protected]
Expand Down Expand Up @@ -47,15 +47,16 @@ jobs:
include:
- netbox: v3.5
- netbox: v3.6
- netbox: v3.7-beta1

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Setup Python 3.10
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"

- name: Install poetry
uses: snok/[email protected]
Expand Down

0 comments on commit 48282f4

Please sign in to comment.