Drop support for Python 3.8 and 3.9 #14638
Labels
breaking change
This change modifies or removes some previously documented functionality
status: accepted
This issue has been accepted for implementation
type: deprecation
Removal of existing functionality or behavior
Milestone
Proposed Changes
Increase the minimum supported Python version from 3.8 to 3.10. Remove tests for Python <3.10.
Justification
We'll be adopting Django 5.0 in NetBox v4.0 (see #14637), which requires Python 3.10 or later.
Additionally, Python versions earlier than 3.11 are no longer receiving bug fixes per the Python release cycle.
Impact
NetBox deployments running Python 3.9 or earlier will need to upgrade their Python version to 3.10 or later.
The text was updated successfully, but these errors were encountered: