Skip to content

Commit

Permalink
Deprecate Python 3.8 (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Oct 10, 2024
1 parent 0829e34 commit 755f893
Show file tree
Hide file tree
Showing 4 changed files with 198 additions and 178 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.8"
requires-python = ">=3.9"
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.8"
requires-python = ">=3.9"
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.8"
requires-python = ">=3.9"
dependencies = ["arro3-core"]
classifiers = [
"Programming Language :: Rust",
Expand Down
Loading

0 comments on commit 755f893

Please sign in to comment.