Closes #19889: Drop support for Python 3.10 & 3.11

This commit is contained in:
Jeremy Stretch
2025-09-02 15:38:32 -04:00
parent d8822c8bca
commit b1439dc298
10 changed files with 15 additions and 27 deletions

View File

@@ -7,7 +7,7 @@ Getting started with NetBox development is pretty straightforward, and should fe
* A Linux system or compatible environment
* A PostgreSQL server, which can be installed locally [per the documentation](../installation/1-postgresql.md)
* A Redis server, which can also be [installed locally](../installation/2-redis.md)
* Python 3.10 or later
* Python 3.12 or later
### 1. Fork the Repo