Skip to content

Commit c97106b

Browse files
drop python 3.8 support, as mypy has dropped python 3.8 support, and python 3.8 is eol'd
Signed-off-by: wyattscarpenter <[email protected]>
1 parent ed6efb2 commit c97106b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
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.3.0", python = ">=3.8,<3.13" },

0 commit comments

Comments
 (0)