Skip to content

Commit

Permalink
allow python 3.8+
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Oct 14, 2024
1 parent f3ce3f5 commit 41d5cde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arro3-compute/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "arro3-compute"
requires-python = ">=3.9"
requires-python = ">=3.8"
dependencies = ["arro3-core"]
classifiers = [
"Programming Language :: Rust",
Expand Down
2 changes: 1 addition & 1 deletion arro3-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "arro3-core"
requires-python = ">=3.9"
requires-python = ">=3.8"
dependencies = []
classifiers = [
"Programming Language :: Rust",
Expand Down
2 changes: 1 addition & 1 deletion arro3-io/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "arro3-io"
requires-python = ">=3.9"
requires-python = ">=3.8"
dependencies = ["arro3-core"]
classifiers = [
"Programming Language :: Rust",
Expand Down

0 comments on commit 41d5cde

Please sign in to comment.