Skip to content

Commit

Permalink
📌 Add Netbox v4.1.* compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
fanshan committed Oct 2, 2024
1 parent 9637dfa commit e773e83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
netbox-version: ["v4.0.10", "v4.0.11"]
netbox-version: ["v4.1.0", "master"]
services:
redis:
image: redis
Expand Down
2 changes: 1 addition & 1 deletion netbox_aci_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ACIConfig(PluginConfig):
author_email = __email__
base_url = "aci"
min_version = "4.0.0"
max_version = "4.0.99"
max_version = "4.1.99"
default_settings = {
"create_default_aci_tenants": True,
}
Expand Down

0 comments on commit e773e83

Please sign in to comment.