From fa992853b0602318abd99c14e91e52a9cb7955aa Mon Sep 17 00:00:00 2001 From: kobayashi Date: Tue, 3 Mar 2020 10:52:56 -0500 Subject: [PATCH] Describe supported Python version --- .travis.yml | 2 ++ docs/index.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 872121c21..8bd352dd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ addons: language: python python: - "3.5" + - "3.6" + - "3.7" install: - pip install -r requirements.txt - pip install pycodestyle diff --git a/docs/index.md b/docs/index.md index a68d5a6bf..b3c367165 100644 --- a/docs/index.md +++ b/docs/index.md @@ -53,6 +53,10 @@ NetBox is built on the [Django](https://djangoproject.com/) Python framework and | Task queuing | Redis/django-rq | | Live device access | NAPALM | +## Supported Python Version + +NetBox supports Python 3.5, 3.6, and 3.7 environments currently. Python 3.5 is scheduled to be unsupported in NetBox v2.8. + # Getting Started See the [installation guide](installation/index.md) for help getting NetBox up and running quickly.