diff --git a/README.md b/README.md index c848ef0f..ad379abc 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Learn more at ### Prerequisites -python-hcl2 requires Python 3.7 or higher to run. +python-hcl2 requires Python 3.8 or higher to run. ### Installing diff --git a/pyproject.toml b/pyproject.toml index 0a9e0254..248b6811 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,14 +9,13 @@ license = {text = "MIT"} description = "A parser for HCL2" keywords = [] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Topic :: Software Development :: Libraries :: Python Modules", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", @@ -24,7 +23,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ] -requires-python = ">=3.7.0" +requires-python = ">=3.8.0" dependencies = [ "lark>=1.1.5,<2.0",