Skip to content

Commit

Permalink
Bump python version on Windows to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Sep 29, 2021
1 parent b6cc486 commit 63240dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda_smithy/templates/azure-pipelines-win.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion news/new_py_win.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
**Changed:**

* Bump Windows ``base`` environment Python version to 3.8
* Bump Windows ``base`` environment Python version to 3.9

0 comments on commit 63240dc

Please sign in to comment.