mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
packages/ak-guardian: bump python requirement to 3.14 (#18711)
packages/ak-guardian: bump python to 3.14 Signed-off-by: Marcelo Elizeche Landó <marcelo@goauthentik.io>
This commit is contained in:
committed by
GitHub
parent
d1c2c1c565
commit
d113204872
@@ -2,7 +2,7 @@
|
||||
name = "ak-guardian"
|
||||
version = "3.2.0"
|
||||
description = "Model and object permissions for Django"
|
||||
requires-python = ">=3.9,<3.14"
|
||||
requires-python = ">=3.9,<3.15"
|
||||
readme = "README.md"
|
||||
license = { text = "BSD-2-Clause" }
|
||||
authors = [{ name = "Authentik Security Inc.", email = "hello@goauthentik.io" }]
|
||||
@@ -28,13 +28,14 @@ classifiers = [
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
"Programming Language :: Python :: 3.14",
|
||||
"Operating System :: OS Independent",
|
||||
'Topic :: Security',
|
||||
]
|
||||
|
||||
dependencies = [
|
||||
"django>=5.2,<6.0",
|
||||
"typing_extensions>=4.12.0; python_version<'3.13'",
|
||||
"typing_extensions>=4.12.0; python_version<'3.15'",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
||||
Reference in New Issue
Block a user