Skip to content

Commit d113204

Browse files
authored
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>
1 parent d1c2c1c commit d113204

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/ak-guardian/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "ak-guardian"
33
version = "3.2.0"
44
description = "Model and object permissions for Django"
5-
requires-python = ">=3.9,<3.14"
5+
requires-python = ">=3.9,<3.15"
66
readme = "README.md"
77
license = { text = "BSD-2-Clause" }
88
authors = [{ name = "Authentik Security Inc.", email = "hello@goauthentik.io" }]
@@ -28,13 +28,14 @@ classifiers = [
2828
"Programming Language :: Python :: 3.11",
2929
"Programming Language :: Python :: 3.12",
3030
"Programming Language :: Python :: 3.13",
31+
"Programming Language :: Python :: 3.14",
3132
"Operating System :: OS Independent",
3233
'Topic :: Security',
3334
]
3435

3536
dependencies = [
3637
"django>=5.2,<6.0",
37-
"typing_extensions>=4.12.0; python_version<'3.13'",
38+
"typing_extensions>=4.12.0; python_version<'3.15'",
3839
]
3940

4041
[project.urls]

0 commit comments

Comments
 (0)