Skip to content

Commit b7b7388

Browse files
committed
📦 Declare Python 3.9+ envs supported
This is necessary for the CI to match the expected dists. Additionally, the metadata makes the dependency resolver aware of the supported runtimes.
1 parent fda7eeb commit b7b7388

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

pyproject.toml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,14 @@ upstreaming = [
2727
name = 'pre-commit-terraform'
2828
classifiers = [
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+
requires-python = ">= 3.9"
4448

4549
[[project.authors]]
4650
name = 'Anton Babenko'

0 commit comments

Comments
 (0)