diff options
author | Brendan Gannon <bgannon@stsci.edu> | 2022-02-17 16:35:46 -0500 |
---|---|---|
committer | Brendan Gannon <bgannon@stsci.edu> | 2022-02-17 16:35:46 -0500 |
commit | c551df9dc41ea7864e86e06d66af7ef7f888501c (patch) | |
tree | 90ad3dcf24b99b3f78a38efffc1e72d7cecdba1b | |
parent | de4a57a7827da9bde08cb55f4e1376bf2a087540 (diff) | |
download | astroconda-contrib-update-build-scripts.tar.gz |
adding python up to 3.10update-build-scripts
-rw-r--r-- | conda_build_config.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conda_build_config.yaml b/conda_build_config.yaml index a508e39..a89ab98 100644 --- a/conda_build_config.yaml +++ b/conda_build_config.yaml @@ -1,6 +1,8 @@ python: - 3.7 - 3.8 + - 3.9 + - 3.10 numpy: - 1.19 |