Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 authored Jan 20, 2025
1 parent 1028df8 commit c0eb893
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ build-backend = "maturin"
[project]
name = "pyiceberg_core"
version = "0.4.0"
readme = "project-description.md"
readme = "project-description.md"\
requires-python = "~=3.9"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand All @@ -32,6 +33,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]

[tool.maturin]
Expand Down

0 comments on commit c0eb893

Please sign in to comment.