File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,14 @@ upstreaming = [
27
27
name = ' pre-commit-terraform'
28
28
classifiers = [
29
29
' License :: OSI Approved :: MIT License' ,
30
- ' Programming Language :: Python :: 2' ,
31
- ' Programming Language :: Python :: 2.7' ,
30
+
32
31
' Programming Language :: Python :: 3' ,
33
- ' Programming Language :: Python :: 3.6' ,
34
- ' Programming Language :: Python :: 3.7' ,
32
+ ' Programming Language :: Python :: 3.9' ,
33
+ ' Programming Language :: Python :: 3.10' ,
34
+ ' Programming Language :: Python :: 3.11' ,
35
+ ' Programming Language :: Python :: 3.12' ,
36
+ ' Programming Language :: Python :: 3.13' ,
37
+
35
38
' Programming Language :: Python :: Implementation :: CPython' ,
36
39
' Programming Language :: Python :: Implementation :: PyPy' ,
37
40
]
@@ -41,6 +44,7 @@ dynamic = [
41
44
' urls' ,
42
45
' version' ,
43
46
]
47
+ requires-python = " >= 3.9"
44
48
45
49
[[project .authors ]]
46
50
name = ' Anton Babenko'
You can’t perform that action at this time.
0 commit comments