We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 306e8aa commit 29fb732Copy full SHA for 29fb732
pyproject.toml
@@ -12,7 +12,7 @@ dynamic = ["version"]
12
description = 'UCX - Unity Catalog Migration Toolkit'
13
readme = "README.md"
14
license-files = { paths = ["LICENSE", "NOTICE"] }
15
-requires-python = ">=3.10.6" # latest available in DBR 13.2
+requires-python = ">=3.10"
16
keywords = ["Databricks", "Unity Catalog"]
17
authors = [
18
{ name = "Serge Smertin", email = "[email protected]" },
@@ -166,4 +166,4 @@ exclude_lines = [
166
"no cov",
167
"if __name__ == .__main__.:",
168
"if TYPE_CHECKING:",
169
-]
+]
0 commit comments