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 = [
2727name = ' pre-commit-terraform'
2828classifiers = [
2929 ' License :: OSI Approved :: MIT License' ,
30- ' Programming Language :: Python :: 2' ,
31- ' Programming Language :: Python :: 2.7' ,
30+
3231 ' 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+
3538 ' Programming Language :: Python :: Implementation :: CPython' ,
3639 ' Programming Language :: Python :: Implementation :: PyPy' ,
3740]
@@ -41,6 +44,7 @@ dynamic = [
4144 ' urls' ,
4245 ' version' ,
4346]
47+ python-version = " >= 3.9"
4448
4549[[project .authors ]]
4650name = ' Anton Babenko'
You can’t perform that action at this time.
0 commit comments