developmentseed / obstore

Simple, fast integration with Amazon S3, Google Cloud Storage, Azure Storage, and S3-compliant APIs like Cloudflare R2
https://developmentseed.org/obstore
MIT License
146 stars 3 forks source link

Required python version #31

Closed martindurant closed 1 month ago

martindurant commented 1 month ago

pyproject currently has py>=3.11 ( https://github.com/martindurant/object-store-rs/blob/main/pyproject.toml#L6 ). Is there a technical reason this can't be a smaller version? cpython 3.9 is still officially in the support phase.

martindurant commented 1 month ago

nvm, this is not the actual build or install requirement, but for "test-env".