From 63240dccc20b7352907949b15d47a3ff32be3131 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Wed, 29 Sep 2021 11:41:09 -0700 Subject: [PATCH] Bump `python` version on Windows to 3.9 --- conda_smithy/templates/azure-pipelines-win.yml.tmpl | 2 +- news/new_py_win.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda_smithy/templates/azure-pipelines-win.yml.tmpl b/conda_smithy/templates/azure-pipelines-win.yml.tmpl index 33be69d04..a283fd22c 100644 --- a/conda_smithy/templates/azure-pipelines-win.yml.tmpl +++ b/conda_smithy/templates/azure-pipelines-win.yml.tmpl @@ -51,7 +51,7 @@ jobs: - task: CondaEnvironment@1 inputs: - packageSpecs: 'python=3.8 conda-build conda "{{ remote_ci_setup }}" pip {{- ' boa' if build_with_mambabuild else '' }}' # Optional + packageSpecs: 'python=3.9 conda-build conda "{{ remote_ci_setup }}" pip {{- ' boa' if build_with_mambabuild else '' }}' # Optional installOptions: "-c conda-forge" updateConda: true displayName: Install conda-build and activate environment diff --git a/news/new_py_win.rst b/news/new_py_win.rst index 2841226d6..7fd8ab0d4 100644 --- a/news/new_py_win.rst +++ b/news/new_py_win.rst @@ -1,3 +1,3 @@ **Changed:** -* Bump Windows ``base`` environment Python version to 3.8 +* Bump Windows ``base`` environment Python version to 3.9