File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ description = "Option groups missing in Click"
11
11
readme = " README.md"
12
12
license = ' BSD-3-Clause'
13
13
license-files = { paths = [' LICENSE' ] }
14
- requires-python = " >=3.6 "
14
+ requires-python = " >=3.7 "
15
15
classifiers = [
16
16
' Development Status :: 4 - Beta' ,
17
17
' Intended Audience :: Developers' ,
@@ -22,12 +22,12 @@ classifiers = [
22
22
' Programming Language :: Python' ,
23
23
' Programming Language :: Python :: 3 :: Only' ,
24
24
' Programming Language :: Python :: 3' ,
25
- ' Programming Language :: Python :: 3.6' ,
26
25
' Programming Language :: Python :: 3.7' ,
27
26
' Programming Language :: Python :: 3.8' ,
28
27
' Programming Language :: Python :: 3.9' ,
29
28
' Programming Language :: Python :: 3.10' ,
30
29
' Programming Language :: Python :: 3.11' ,
30
+ ' Programming Language :: Python :: 3.12' ,
31
31
]
32
32
33
33
dynamic = [" version" ]
You can’t perform that action at this time.
0 commit comments