Skip to content

Commit e73db97

Browse files
Merge pull request #21079 from netbox-community/feature
Release v4.5.0
2 parents fa8a9ef + 6f2ba5c commit e73db97

File tree

486 files changed

+41290
-108455
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

486 files changed

+41290
-108455
lines changed

.github/ISSUE_TEMPLATE/02-bug_report.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ body:
3535
label: Python Version
3636
description: What version of Python are you currently running?
3737
options:
38-
- "3.10"
39-
- "3.11"
4038
- "3.12"
39+
- "3.13"
40+
- "3.14"
4141
validations:
4242
required: true
4343
- type: textarea

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
NETBOX_CONFIGURATION: netbox.configuration_testing
3232
strategy:
3333
matrix:
34-
python-version: ['3.10', '3.11', '3.12']
34+
python-version: ['3.12', '3.13', '3.14']
3535
node-version: ['20.x']
3636
services:
3737
redis:

0 commit comments

Comments
 (0)