Skip to content

Commit fb46f5a

Browse files
authored
add python version support range to pyproject.toml (#903)
1 parent 985c8d9 commit fb46f5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bindings/python/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ build-backend = "maturin"
2323
name = "pyiceberg_core"
2424
version = "0.4.0"
2525
readme = "project-description.md"
26+
requires-python = "~=3.9"
2627
classifiers = [
2728
"Development Status :: 4 - Beta",
2829
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)