Skip to content

Conversation

@markkuleinio
Copy link
Contributor

@markkuleinio markkuleinio commented Apr 14, 2022

Fixes: #9133

Updates the Python version checks in upgrade.sh to require 3.8+ (as required in NetBox 3.2).

# ./upgrade.sh
--------------------------------------------------------------------
ERROR: Unsupported Python version: Python 3.7.3. NetBox requires
Python 3.8 or later. To specify an alternate Python executable, set
the PYTHON environment variable. For example:

  sudo PYTHON=/usr/bin/python3.8 ./upgrade.sh

To show your current Python version: python3 -V
--------------------------------------------------------------------
#

@markkuleinio markkuleinio changed the title Require Python 3.8+ to run upgrade.sh Fixes #9133: Require Python 3.8+ to run upgrade.sh Apr 14, 2022
@jeremystretch jeremystretch merged commit a98b2fa into netbox-community:develop Apr 14, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

upgrade.sh does not require Python 3.8

2 participants