Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[V3] Update minimum supported Python and Numpy versions #1638

Merged
merged 1 commit into from
Feb 3, 2024

Conversation

jhamman
Copy link
Member

@jhamman jhamman commented Jan 24, 2024

This PR bumps the minimum supported Python and Numpy versions for the V3 branch. These are aligned with Spec0000 (see #1616) assuming we are planning to release in late Q1 or Q2 of 2024.

Knowing that we are developing against Python 3.10+ will help smooth over some syntax pain, especially when working on the goal of 100% type hint coverage.

TODO:

  • Add unit tests and/or doctests in docstrings
  • Add docstrings and API docs for any new/modified user-facing classes and functions
  • New/modified features documented in docs/tutorial.rst
  • Changes documented in docs/release.rst
  • GitHub Actions have all passed
  • Test coverage is 100% (Codecov passes)

@jhamman jhamman changed the base branch from main to v3 January 24, 2024 17:16
@pep8speaks
Copy link

Hello @jhamman! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 76:20: E203 whitespace before ':'
Line 76:46: E203 whitespace before ':'
Line 76:72: E203 whitespace before ':'
Line 214:20: E203 whitespace before ':'
Line 214:46: E203 whitespace before ':'
Line 214:72: E203 whitespace before ':'

Line 152:48: E203 whitespace before ':'

Line 301:44: E203 whitespace before ':'
Line 313:30: E203 whitespace before ':'

@jhamman jhamman merged commit b82311d into zarr-developers:v3 Feb 3, 2024
4 of 6 checks passed
@jhamman jhamman added the V3 Affects the v3 branch label Apr 22, 2024
@jhamman jhamman added this to the 3.0.0.alpha milestone Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
V3 Affects the v3 branch
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants