Closed martindurant closed 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.
nvm, this is not the actual build or install requirement, but for "test-env".
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.