diff --git a/dbt-metricflow/pyproject.toml b/dbt-metricflow/pyproject.toml index 5e7b77f473..c09708c61e 100644 --- a/dbt-metricflow/pyproject.toml +++ b/dbt-metricflow/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" name = "dbt-metricflow" description = "Execute commands against the MetricFlow semantic layer with dbt." readme = "README.md" -requires-python = ">=3.9,<3.13" +requires-python = ">=3.10,<3.14" license = "Apache-2.0" authors = [ { name = "dbt Labs", email = "info@dbtlabs.com" }, @@ -15,10 +15,10 @@ authors = [ classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ]