Skip to content

Commit

Permalink
update build matrix
Browse files Browse the repository at this point in the history
* update build matrix
  • Loading branch information
gfardell authored Jul 29, 2022
1 parent 47894e1 commit 00b55e4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
#creates pairs of versions using zip_keys, lists must be the same length
python:
- 3.6 # [ linux ]
- 3.7
- 3.7
- 3.7
- 3.7
- 3.8
- 3.8
- 3.8
- 3.9
- 3.9
- 3.9
- 3.9
- 3.10
- 3.10
numpy:
- 1.15 # [ linux ]
- 1.17
- 1.18
- 1.19
- 1.20
- 1.18
- 1.19
- 1.20
- 1.21
- 1.22
- 1.20
- 1.21
- 1.22
- 1.21
- 1.22
zip_keys:
- python
- numpy

0 comments on commit 00b55e4

Please sign in to comment.