Skip to content

Commit

Permalink
Merge pull request #178 from sleinen/177_netbox_4_0_python_3_10
Browse files Browse the repository at this point in the history
NetBox 4.0.0 and higher requires Python 3.10 or higher
  • Loading branch information
lae authored May 12, 2024
2 parents 3d20efc + 6d4caca commit 8125959
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ netbox_python_compat_matrix:
- { netbox_version_min: '2.8.0', python_needed: '3.6.0' }
- { netbox_version_min: '3.0.0', python_needed: '3.7.0' }
- { netbox_version_min: '3.2.0', python_needed: '3.8.0' }
- { netbox_version_min: '4.0.0', python_needed: '3.10.0' }

0 comments on commit 8125959

Please sign in to comment.