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 2490692 commit ab3a1c9Copy full SHA for ab3a1c9
.github/workflows/array-api-tests-numpy-1-21.yml
@@ -9,3 +9,7 @@ jobs:
9
package-name: numpy
10
package-version: '== 1.21.*'
11
xfails-file-extra: '-1-21'
12
+
13
+ strategy:
14
+ matrix:
15
+ python-version: ['3.8', '3.9', '3.10']
0 commit comments