We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec31b45 commit 6628bfeCopy full SHA for 6628bfe
pyproject.toml
@@ -4,7 +4,7 @@ description = "A python package for Substrait."
4
authors = [{name = "Substrait contributors", email = "[email protected]"}]
5
license = {text = "Apache-2.0"}
6
readme = "README.md"
7
-requires-python = ">=3.8.1"
+requires-python = ">=3.9"
8
dependencies = ["protobuf >= 3.20"]
9
dynamic = ["version"]
10
@@ -27,7 +27,7 @@ build-backend = "setuptools.build_meta"
27
[tool.ruff]
28
respect-gitignore = true
29
# should target minimum supported version
30
-target-version = "py38"
+target-version = "py39"
31
# never autoformat upstream or generated code
32
exclude = ["third_party/", "src/substrait/gen"]
33
# do not autofix the following (will still get flagged in lint)
0 commit comments