@@ -15,7 +15,7 @@ maintainers = [
1515authors = [
1616 { name = " Corey Bertram" , email = " corey@qr7.com" },
1717]
18- requires-python = " >=3.9 "
18+ requires-python = " >=3.10 "
1919classifiers = [
2020 " Development Status :: 5 - Production/Stable" ,
2121 " Environment :: Web Environment" ,
@@ -24,15 +24,16 @@ classifiers = [
2424 " Framework :: Django :: 5.0" ,
2525 " Framework :: Django :: 5.1" ,
2626 " Framework :: Django :: 5.2" ,
27+ " Framework :: Django :: 6.0" ,
2728 " Intended Audience :: Developers" ,
2829 " License :: OSI Approved :: BSD License" ,
2930 " Programming Language :: Python" ,
3031 " Programming Language :: Python :: 3 :: Only" ,
31- " Programming Language :: Python :: 3.9" ,
3232 " Programming Language :: Python :: 3.10" ,
3333 " Programming Language :: Python :: 3.11" ,
3434 " Programming Language :: Python :: 3.12" ,
3535 " Programming Language :: Python :: 3.13" ,
36+ " Programming Language :: Python :: 3.14" ,
3637]
3738dynamic = [
3839 " readme" ,
@@ -79,12 +80,12 @@ fragments = [
7980[tool .black ]
8081line-length = 88
8182target-version = [
82- " py39 " ,
83+ " py310 " ,
8384]
8485
8586[tool .isort ]
8687profile = " black"
87- py_version = " 39 "
88+ py_version = " 310 "
8889
8990[tool .codespell ]
9091skip = " AUTHORS.rst,*.po"
0 commit comments