Skip to content

Commit f1ce5bd

Browse files
committed
fix: bump minimum python version
1 parent a6d169d commit f1ce5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pgstacrs"
33
description = "Python async API for pgstac, backed by Rust"
44
readme = "README.md"
5-
requires-python = ">=3.8"
5+
requires-python = ">=3.9"
66
authors = [{ name = "Pete Gadomski", email = "[email protected]" }]
77
keywords = ["stac", "geospatial", "postgres", "pgstac"]
88
classifiers = [

0 commit comments

Comments
 (0)