Skip to content

Commit a2c1418

Browse files
Update pyproject.toml: drop 3.8.0 support
This programmatically completes the change begun in https://github.com/databricks/databricks-sql-python/blame/ca4d7bcbcd6846bd9be1b079dcd84ce252e525b2/README.md#L16 For complicated reasons relating to package manager solving, described here https://discuss.python.org/t/requires-python-upper-limits/12663, it's not a good idea to specfy an upper cap, so I have also changed to specifying only the lower bound. Signed-off-by: wyattscarpenter <wyattscarpenter@gmail.com>
1 parent ca4d7bc commit a2c1418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ packages = [{ include = "databricks", from = "src" }]
99
include = ["CHANGELOG.md"]
1010

1111
[tool.poetry.dependencies]
12-
python = "^3.8.0"
12+
python = ">=3.9.0"
1313
thrift = ">=0.16.0,<0.21.0"
1414
pandas = [
1515
{ version = ">=1.2.5,<2.4.0", python = ">=3.8,<3.13" },

0 commit comments

Comments
 (0)