This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 6dc39e753b [CI] Update the pipfile version to require python 3.8
(#2383)
6dc39e753b is described below
commit 6dc39e753b9d2087d27d2a6072b95d3eda91c53f
Author: Feng Zhang <[email protected]>
AuthorDate: Fri Oct 10 12:46:16 2025 -0700
[CI] Update the pipfile version to require python 3.8 (#2383)
---
python/Pipfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/Pipfile b/python/Pipfile
index d2400b1e72..526dbce55f 100644
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -33,4 +33,4 @@ pystac = "===1.5.0"
rasterio = ">=1.2.10"
[requires]
-python_version = "3.7"
+python_version = "3.8"