@@ -15,7 +15,7 @@ maintainers = [
1515 {
name =
" Matt Molyneaux" ,
email =
" [email protected] " },
1616]
1717license = {text = " MIT" }
18- requires-python = " >= 3.8 "
18+ requires-python = " >= 3.9 "
1919dependencies = [
2020 " Django>=4.2" ,
2121 " django_otp>=0.8.0" ,
@@ -31,17 +31,18 @@ classifiers = [
3131 " Framework :: Django :: 4.2" ,
3232 " Framework :: Django :: 5.0" ,
3333 " Framework :: Django :: 5.1" ,
34+ " Framework :: Django :: 5.2" ,
3435 " Intended Audience :: Developers" ,
3536 " License :: OSI Approved :: MIT License" ,
3637 " Operating System :: OS Independent" ,
3738 " Programming Language :: Python" ,
3839 " Programming Language :: Python :: 3" ,
3940 " Programming Language :: Python :: 3 :: Only" ,
40- " Programming Language :: Python :: 3.8" ,
4141 " Programming Language :: Python :: 3.9" ,
4242 " Programming Language :: Python :: 3.10" ,
4343 " Programming Language :: Python :: 3.11" ,
4444 " Programming Language :: Python :: 3.12" ,
45+ " Programming Language :: Python :: 3.13" ,
4546 " Topic :: Security" ,
4647 " Topic :: System :: Systems Administration :: Authentication/Directory" ,
4748]
@@ -71,7 +72,7 @@ Changelog = "https://github.com/jazzband/django-two-factor-auth/blob/master/CHAN
7172
7273[tool .ruff ]
7374line-length = 119
74- target-version = " py38 "
75+ target-version = " py39 "
7576extend-exclude = [" docs" ]
7677
7778[tool .ruff .lint ]
0 commit comments