Skip to content

Commit

Permalink
Bumps the python version on Windows to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Sep 29, 2021
1 parent 7ccde25 commit b6cc486
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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.6 conda-build conda "{{ remote_ci_setup }}" pip {{- ' boa' if build_with_mambabuild else '' }}' # Optional
packageSpecs: 'python=3.8 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
3 changes: 3 additions & 0 deletions news/new_py_win.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**Changed:**

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

0 comments on commit b6cc486

Please sign in to comment.