Skip to content

Commit ab3a1c9

Browse files
committed
Don't run NumPy 1.21 in Python 3.11
1 parent 2490692 commit ab3a1c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/array-api-tests-numpy-1-21.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ jobs:
99
package-name: numpy
1010
package-version: '== 1.21.*'
1111
xfails-file-extra: '-1-21'
12+
13+
strategy:
14+
matrix:
15+
python-version: ['3.8', '3.9', '3.10']

0 commit comments

Comments
 (0)