Skip to content

Commit 7bd70a0

Browse files
committed
Drop the additional numpy 1.16 test
see: * zarr-developers#774 which drops Python 3.6 * zarr-developers#749 which bumps h5py to 3.2
1 parent f6338b7 commit 7bd70a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
python-version: [3.7, 3.8]
19-
numpy_version: ['==1.16.4', '']
19+
numpy_version: ['']
2020
services:
2121
redis:
2222
image: redis

0 commit comments

Comments
 (0)