Skip to content

Commit 6628bfe

Browse files
committed
chore: drop py38 support
1 parent ec31b45 commit 6628bfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A python package for Substrait."
44
authors = [{name = "Substrait contributors", email = "[email protected]"}]
55
license = {text = "Apache-2.0"}
66
readme = "README.md"
7-
requires-python = ">=3.8.1"
7+
requires-python = ">=3.9"
88
dependencies = ["protobuf >= 3.20"]
99
dynamic = ["version"]
1010

@@ -27,7 +27,7 @@ build-backend = "setuptools.build_meta"
2727
[tool.ruff]
2828
respect-gitignore = true
2929
# should target minimum supported version
30-
target-version = "py38"
30+
target-version = "py39"
3131
# never autoformat upstream or generated code
3232
exclude = ["third_party/", "src/substrait/gen"]
3333
# do not autofix the following (will still get flagged in lint)

0 commit comments

Comments
 (0)