@@ -9,7 +9,7 @@ authors = [
99]
1010description = " A Django app used by ansible services"
1111readme = " README.md"
12- requires-python = " >=3.9 "
12+ requires-python = " >=3.10 "
1313keywords = [" ansible" , " django" ]
1414license = {text = " Apache-2.0" }
1515classifiers = [
@@ -23,9 +23,9 @@ classifiers = [
2323 " License :: OSI Approved :: Apache Software License" ,
2424 " Programming Language :: Python" ,
2525 " Programming Language :: Python :: 3" ,
26- " Programming Language :: Python :: 3.9" ,
2726 " Programming Language :: Python :: 3.10" ,
2827 " Programming Language :: Python :: 3.11" ,
28+ " Programming Language :: Python :: 3.12" ,
2929]
3030dynamic = [" version" , " dependencies" , " optional-dependencies" ]
3131
@@ -98,12 +98,12 @@ legacy_tox_ini = """
9898 no_package = true
9999 env_list =
100100 check
101- py39
101+ py312
102102 py310
103103 py311
104104 py311sqlite
105105 labels =
106- test = py39 , py310, py311, py311sqlite, check
106+ test = py312 , py310, py311, py311sqlite, check
107107 lint = flake8, black, isort
108108
109109 [testenv]
0 commit comments