Skip to content

Commit

Permalink
Add python 3.9 and update dev guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Jun 2, 2021
1 parent e523b5d commit 89a50fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -25,6 +25,10 @@ resources:

strategy:
matrix:
Linux_Python39:
vmImage: 'ubuntu-latest'
PYTHON_VERSION: '3.9'
MAMBAFORGE_PATH: $(Agent.BuildDirectory)/mambaforge
Linux_Python38:
vmImage: 'ubuntu-latest'
PYTHON_VERSION: '3.8'
Expand Down
5 changes: 2 additions & 3 deletions doc/dev_guide/testing.rst
Expand Up @@ -177,9 +177,8 @@ The testing matrix is as follows:
See ``.github/workflows/tests.yml`` in the HyperSpy repository for further details.
- **Azure Pipeline**: test a range of Python versions on Linux, MacOS and Windows;
all dependencies are installed from `Anaconda Cloud <https://anaconda.org/>`_
using the `Anaconda "defaults" <https://anaconda.org/anaconda>`_ and the
`"conda-forge" <https://anaconda.org/conda-forge>`_ channel (in this order of
priority). See ``azure-pipelines.yml`` in the HyperSpy repository for further details.
using the `"conda-forge" <https://anaconda.org/conda-forge>`_ channel.
See ``azure-pipelines.yml`` in the HyperSpy repository for further details.

This testing matrix has been designed to be simple and easy to maintain, whilst
ensuring that packages from PyPI and Anaconda cloud are not mixed in order to
Expand Down

0 comments on commit 89a50fd

Please sign in to comment.