We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8180b34 commit d300020Copy full SHA for d300020
README.md
@@ -23,7 +23,7 @@ Learn more at <https://www.amplify.com>
23
24
### Prerequisites
25
26
-python-hcl2 requires Python 3.7 or higher to run.
+python-hcl2 requires Python 3.8 or higher to run.
27
28
### Installing
29
pyproject.toml
@@ -9,22 +9,21 @@ license = {text = "MIT"}
9
description = "A parser for HCL2"
10
keywords = []
11
classifiers = [
12
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
13
"Topic :: Software Development :: Libraries :: Python Modules",
14
"Intended Audience :: Developers",
15
"License :: OSI Approved :: MIT License",
16
"Operating System :: OS Independent",
17
"Programming Language :: Python",
18
"Programming Language :: Python :: 3",
19
- "Programming Language :: Python :: 3.7",
20
"Programming Language :: Python :: 3.8",
21
"Programming Language :: Python :: 3.9",
22
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
-requires-python = ">=3.7.0"
+requires-python = ">=3.8.0"
dependencies = [
30
"lark>=1.1.5,<2.0",
0 commit comments