We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8f360 commit 5871b53Copy full SHA for 5871b53
.github/workflows/test.yml
@@ -33,15 +33,14 @@ jobs:
33
numpy-version: '2.1'
34
dependency-set: 'optional'
35
os: 'macos-latest'
36
- # https://github.com/zarr-developers/zarr-python/issues/2438
37
- # - python-version: '3.11'
38
- # numpy-version: '1.25'
39
- # dependency-set: 'optional'
40
- # os: 'windows-latest'
41
- # - python-version: '3.13'
42
- # numpy-version: '2.1'
43
44
+ - python-version: '3.11'
+ numpy-version: '1.25'
+ dependency-set: 'optional'
+ os: 'windows-latest'
+ - python-version: '3.13'
+ numpy-version: '2.1'
45
runs-on: ${{ matrix.os }}
46
47
steps:
0 commit comments