Skip to content

Commit 5b604ef

Browse files
authored
Zarr v3 now requires at least Python 3.11 (#585)
See zarr-developers/zarr-python#2217
1 parent d386917 commit 5b604ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zarr-v3-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: ["ubuntu-latest"]
21-
python-version: ["3.10"]
21+
python-version: ["3.11"]
2222

2323
steps:
2424
- name: Checkout source

0 commit comments

Comments
 (0)