Skip to content

Drop Python 3.11 and NumPy <2.0 per SPEC-0#834

Merged
d-v-b merged 2 commits intozarr-developers:mainfrom
maxrjones:spec-0
Apr 2, 2026
Merged

Drop Python 3.11 and NumPy <2.0 per SPEC-0#834
d-v-b merged 2 commits intozarr-developers:mainfrom
maxrjones:spec-0

Conversation

@maxrjones
Copy link
Copy Markdown
Member

@maxrjones maxrjones commented Apr 1, 2026

Apply scientific-python SPEC-0 support policy:

  • Python minimum 3.11 -> 3.12 (3.11 released Oct 2022, 3-year window expired)
  • NumPy minimum 1.24 -> 2.0 (1.24 released Dec 2022, 2-year window expired)
  • Zarr test pins 3.1.2/3.1.3 -> 3.0.8/3.1.6 (oldest supported + latest)

TODO:

  • Unit tests and/or doctests in docstrings
  • Tests pass locally
  • Docstrings and API docs for any new/modified user-facing classes and functions
  • Changes documented in docs/release.rst
  • Docs build locally
  • GitHub Actions CI passes
  • Test coverage to 100% (Codecov passes)

Apply scientific-python SPEC-0000 support policy:
- Python minimum 3.11 -> 3.12 (3.11 released Oct 2022, 3-year window expired)
- NumPy minimum 1.24 -> 2.0 (1.24 released Dec 2022, 2-year window expired)
- Zarr test pins 3.1.2/3.1.3 -> 3.0.8/3.1.6 (oldest supported + latest)
@maxrjones maxrjones changed the title Drop Python 3.11 and NumPy <2.0 per SPEC-0000 Drop Python 3.11 and NumPy <2.0 per SPEC-0 Apr 2, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (8b882dc) to head (6b855ac).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #834   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           27        27           
  Lines          902       901    -1     
=========================================
- Hits           902       901    -1     
Files with missing lines Coverage Δ
src/numcodecs/checksum32.py 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@maxrjones maxrjones requested a review from a team April 2, 2026 15:08
@d-v-b d-v-b merged commit 260e658 into zarr-developers:main Apr 2, 2026
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants