From dc4b9b7da82bf4134e8b628c109b57575007c407 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 9 Aug 2018 10:07:46 -0400 Subject: Add 3.7 to conda_build_config.yaml (#154) --- conda_build_config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- cgit