Update minimum Python version to 3.6

This commit is contained in:
Jeremy Stretch
2020-03-12 11:46:11 -04:00
parent 687bc87dac
commit 0bd1ee9c51
4 changed files with 6 additions and 12 deletions

View File

@@ -55,7 +55,7 @@ NetBox is built on the [Django](https://djangoproject.com/) Python framework and
## Supported Python Versions
NetBox supports Python 3.5, 3.6, and 3.7 environments currently. Python 3.5 is scheduled to be unsupported in NetBox v2.8.
NetBox supports Python 3.6 and 3.7 environments currently. (Support for Python 3.5 was removed in NetBox v2.8.)
## Getting Started