zarr-developers / zarr-python

An implementation of chunked, compressed, N-dimensional arrays for Python.
https://zarr.readthedocs.io
MIT License
1.45k stars 273 forks source link

[v2] Drop support for Python 3.9 #2074

Closed dstansby closed 3 weeks ago

dstansby commented 1 month ago

Python 3.9 has been out of support for a while in SPEC 0, so drop support in zarr v2.

TODO:

d-v-b commented 1 month ago

test failures look like numpy 2 issues

dstansby commented 1 month ago

https://github.com/zarr-developers/zarr-python/pull/2073 should fix these tests

codecov[bot] commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.98%. Comparing base (addc39d) to head (7db0dc8). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2074 +/- ## ======================================= Coverage 99.98% 99.98% ======================================= Files 38 38 Lines 14714 14714 ======================================= Hits 14712 14712 Misses 2 2 ```