Skip to content

Commit 06b9892

Browse files
committed
NumPy 1.20 support Python3.9
1 parent b7466e5 commit 06b9892

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
python-version: [3.7, 3.8, 3.9]
19-
numpy_version: ['!=1.21.0', '==1.20.*']
20-
exclude:
21-
- python-version: 3.9
22-
numpy_version: '==1.20.*'
19+
numpy_version: ['>=1.22.0', '==1.20.*']
2320
services:
2421
redis:
2522
image: redis

0 commit comments

Comments
 (0)