File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 22name = " ak-guardian"
33version = " 3.2.0"
44description = " Model and object permissions for Django"
5- requires-python = " >=3.9,<3.14 "
5+ requires-python = " >=3.9,<3.15 "
66readme = " README.md"
77license = { text = " BSD-2-Clause" }
88authors = [{ 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
3536dependencies = [
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 ]
You can’t perform that action at this time.
0 commit comments