Skip to content

Commit 29fb732

Browse files
authored
Changed Python requirement from 3.10.6 to 3.10 (#805)
Change python requirement from 3.10.6 to 3.10 to work better with older setups of macOS
1 parent 306e8aa commit 29fb732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dynamic = ["version"]
1212
description = 'UCX - Unity Catalog Migration Toolkit'
1313
readme = "README.md"
1414
license-files = { paths = ["LICENSE", "NOTICE"] }
15-
requires-python = ">=3.10.6" # latest available in DBR 13.2
15+
requires-python = ">=3.10"
1616
keywords = ["Databricks", "Unity Catalog"]
1717
authors = [
1818
{ name = "Serge Smertin", email = "[email protected]" },
@@ -166,4 +166,4 @@ exclude_lines = [
166166
"no cov",
167167
"if __name__ == .__main__.:",
168168
"if TYPE_CHECKING:",
169-
]
169+
]

0 commit comments

Comments
 (0)