diff --git a/pyproject.toml b/pyproject.toml index 51477b3..05416b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ dynamic = ["version"] description = 'Common libraries for Databricks Labs' readme = "README.md" license-files = { paths = ["LICENSE", "NOTICE"] } -requires-python = ">=3.10.6" # latest available in DBR 13.2 +requires-python = ">=3.10" keywords = ["Databricks"] classifiers = [ "Development Status :: 3 - Alpha", @@ -94,4 +94,4 @@ exclude_lines = [ "no cov", "if __name__ == .__main__.:", "if TYPE_CHECKING:", -] \ No newline at end of file +]