diff --git a/setup.py b/setup.py index 3a2ca26..2f174af 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def az_bicep_format(): description="check-azure-bicep-python", long_description_content_type="text/markdown", url="https://github.com/Azure4DevOps/check-azure-bicep", - python_requires="==3.10.*", + python_requires=">=3.10", license="MIT", packages=setuptools.find_packages( include=["*"],