mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-23 17:28:49 +02:00
Closes #14672: Add support for Python 3.12
This commit is contained in:
@@ -18,11 +18,11 @@ The following sections detail how to set up a new instance of NetBox:
|
||||
|
||||
## Requirements
|
||||
|
||||
| Dependency | Minimum Version |
|
||||
|------------|-----------------|
|
||||
| Python | 3.10 |
|
||||
| PostgreSQL | 12 |
|
||||
| Redis | 4.0 |
|
||||
| Dependency | Supported Versions |
|
||||
|------------|--------------------|
|
||||
| Python | 3.10, 3.11, 3.12 |
|
||||
| PostgreSQL | 12+ |
|
||||
| Redis | 4.0+ |
|
||||
|
||||
Below is a simplified overview of the NetBox application stack for reference:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user