Skip to content

Commit

Permalink
Deprecate python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Oct 10, 2024
1 parent fda2133 commit 5c89593
Show file tree
Hide file tree
Showing 6 changed files with 683 additions and 624 deletions.
2 changes: 1 addition & 1 deletion python/geoarrow-compute/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

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

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

[project]
name = "geoarrow-rust-io"
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = ["arro3-core>=0.4", "pyproj"]
classifiers = [
"Programming Language :: Rust",
Expand Down
7 changes: 2 additions & 5 deletions python/metapackage/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,13 @@ readme = "README.md"
requires-python = ">=3.7"
license = "Apache-2.0"
keywords = []
authors = [
{ name = "Kyle Barron", email = "kylebarron2@gmail.com" },
]
authors = [{ name = "Kyle Barron", email = "kylebarron2@gmail.com" }]
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = ["geoarrow-rust-core"]

Expand Down
Loading

0 comments on commit 5c89593

Please sign in to comment.