diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-08-09 10:07:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-09 10:07:46 -0400 |
commit | dc4b9b7da82bf4134e8b628c109b57575007c407 (patch) | |
tree | 7c1fd7d103b1b4c8f08316b163890b37563da4bb /conda_build_config.yaml | |
parent | c6d57ad96e0a7e2d6911e645319e04c404c3041e (diff) | |
download | astroconda-dev-dc4b9b7da82bf4134e8b628c109b57575007c407.tar.gz |
Add 3.7 to conda_build_config.yaml (#154)
Diffstat (limited to 'conda_build_config.yaml')
-rw-r--r-- | conda_build_config.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conda_build_config.yaml b/conda_build_config.yaml index 3cd1cb3..3256ed5 100644 --- a/conda_build_config.yaml +++ b/conda_build_config.yaml @@ -1,9 +1,10 @@ python: - 3.5 - 3.6 + - 3.7 numpy: - - 1.13 + - 1.14 pin_build_as_run: python: |