1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Add deprecation warning for Python 3.5

This commit is contained in:
Jeremy Stretch
2019-12-10 13:44:45 -05:00
parent 6221bc8f43
commit 0787713298
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# v2.7.0 (FUTURE)
!!! warning
NetBox v2.7 is the last major release that will support Python 3.5. Beginning with NetBox v2.8, Python 3.6 or higher
will be required.
## New Features
### Enhanced Device Type Import ([#451](https://github.com/netbox-community/netbox/issues/451))