Skip to content

Commit b3e7913

Browse files
Update pyproject.toml: drop 3.8.0 support
1 parent a2fe99f commit b3e7913

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.22.0,<0.24.0"
1414
pandas = [
1515
{ version = ">=1.2.5,<4.0.0", python = ">=3.8,<3.13" },

0 commit comments

Comments
 (0)