@@ -9,7 +9,7 @@ authors = [
9
9
]
10
10
description = " A Django app used by ansible services"
11
11
readme = " README.md"
12
- requires-python = " >=3.9 "
12
+ requires-python = " >=3.10 "
13
13
keywords = [" ansible" , " django" ]
14
14
license = {text = " Apache-2.0" }
15
15
classifiers = [
@@ -23,9 +23,9 @@ classifiers = [
23
23
" License :: OSI Approved :: Apache Software License" ,
24
24
" Programming Language :: Python" ,
25
25
" Programming Language :: Python :: 3" ,
26
- " Programming Language :: Python :: 3.9" ,
27
26
" Programming Language :: Python :: 3.10" ,
28
27
" Programming Language :: Python :: 3.11" ,
28
+ " Programming Language :: Python :: 3.12" ,
29
29
]
30
30
dynamic = [" version" , " dependencies" , " optional-dependencies" ]
31
31
@@ -98,12 +98,12 @@ legacy_tox_ini = """
98
98
no_package = true
99
99
env_list =
100
100
check
101
- py39
101
+ py312
102
102
py310
103
103
py311
104
104
py311sqlite
105
105
labels =
106
- test = py39 , py310, py311, py311sqlite, check
106
+ test = py312 , py310, py311, py311sqlite, check
107
107
lint = flake8, black, isort
108
108
109
109
[testenv]
0 commit comments