mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-11 21:10:29 +01:00
Closes #19095: Introduce support for Python 3.13 & 3.14
This commit is contained in:
@@ -16,6 +16,8 @@ classifiers = [
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3 :: Only",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
"Programming Language :: Python :: 3.14",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
@@ -26,7 +28,7 @@ Issues = "https://github.com/netbox-community/netbox/issues"
|
||||
|
||||
[tool.black]
|
||||
line-length = 120
|
||||
target_version = ['py312']
|
||||
target_version = ['py312', 'py313', 'py314']
|
||||
skip-string-normalization = true
|
||||
|
||||
[tool.isort]
|
||||
|
||||
Reference in New Issue
Block a user