Skip to content

Commit

Permalink
Closes #14672: Add support for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Jan 9, 2024
1 parent 9266dc6 commit 9a34876
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
NETBOX_CONFIGURATION: netbox.configuration_testing
strategy:
matrix:
python-version: ['3.10', '3.11']
python-version: ['3.10', '3.11', '3.12']
node-version: ['14.x']
services:
redis:
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/3-netbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This section of the documentation discusses installing and configuring the NetBo
Begin by installing all system packages required by NetBox and its dependencies.

!!! warning "Python 3.10 or later required"
NetBox requires Python 3.10 or 3.11.
NetBox supports Python 3.10, 3.11, and 3.12.

=== "Ubuntu"

Expand Down
10 changes: 5 additions & 5 deletions docs/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
10 changes: 5 additions & 5 deletions docs/installation/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Prior to upgrading your NetBox instance, be sure to carefully review all [releas

NetBox requires the following dependencies:

| 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+ |

## 3. Install the Latest Release

Expand Down

0 comments on commit 9a34876

Please sign in to comment.