@@ -14,7 +14,7 @@ authors = [
14
14
{ name = " Ronny Pfannschmidt" , email = " opensource@ronnypfannschmidt.de" },
15
15
{ name = " Holger Krekel" , email = " holger.krekel@gmail.com" },
16
16
]
17
- requires-python = " >=3.7 "
17
+ requires-python = " >=3.8 "
18
18
dynamic = [
19
19
" version" ,
20
20
]
@@ -27,11 +27,12 @@ classifiers = [
27
27
" Operating System :: POSIX" ,
28
28
" Programming Language :: Python :: 3" ,
29
29
" Programming Language :: Python :: 3 :: Only" ,
30
- " Programming Language :: Python :: 3.7" ,
31
30
" Programming Language :: Python :: 3.8" ,
32
31
" Programming Language :: Python :: 3.9" ,
33
32
" Programming Language :: Python :: 3.10" ,
34
33
" Programming Language :: Python :: 3.11" ,
34
+ " Programming Language :: Python :: 3.12" ,
35
+ " Programming Language :: Python :: 3.13" ,
35
36
" Topic :: Software Development :: Libraries" ,
36
37
" Topic :: Utilities" ,
37
38
]
@@ -58,7 +59,7 @@ dependencies = [
58
59
default = " pytest {args}"
59
60
60
61
[[tool .hatch .envs .test .matrix ]]
61
- python = [" 3.7 " , " 3.8 " , " 3.9 " , " 3.10 " , " 3.11 " ]
62
+ python = [" 3.8 " , " 3.9 " , " 3.10 " , " 3.11 " , " 3.12 " , " 3.13 " ]
62
63
63
64
[tool .setuptools_scm ]
64
65
0 commit comments