Skip to content

Commit d300020

Browse files
update package metadata: (#263)
- development status - drop python 3.7 support
1 parent 8180b34 commit d300020

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Learn more at <https://www.amplify.com>
2323

2424
### Prerequisites
2525

26-
python-hcl2 requires Python 3.7 or higher to run.
26+
python-hcl2 requires Python 3.8 or higher to run.
2727

2828
### Installing
2929

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,21 @@ license = {text = "MIT"}
99
description = "A parser for HCL2"
1010
keywords = []
1111
classifiers = [
12-
"Development Status :: 4 - Beta",
12+
"Development Status :: 5 - Production/Stable",
1313
"Topic :: Software Development :: Libraries :: Python Modules",
1414
"Intended Audience :: Developers",
1515
"License :: OSI Approved :: MIT License",
1616
"Operating System :: OS Independent",
1717
"Programming Language :: Python",
1818
"Programming Language :: Python :: 3",
19-
"Programming Language :: Python :: 3.7",
2019
"Programming Language :: Python :: 3.8",
2120
"Programming Language :: Python :: 3.9",
2221
"Programming Language :: Python :: 3.10",
2322
"Programming Language :: Python :: 3.11",
2423
"Programming Language :: Python :: 3.12",
2524
"Programming Language :: Python :: 3.13",
2625
]
27-
requires-python = ">=3.7.0"
26+
requires-python = ">=3.8.0"
2827

2928
dependencies = [
3029
"lark>=1.1.5,<2.0",

0 commit comments

Comments
 (0)