Skip to content

Commit 46c4931

Browse files
python 3.8 tests (#3477)
* python 3.8 tests * whatsnew * Update doc/whats-new.rst Co-Authored-By: crusaderky <[email protected]> * Update doc/whats-new.rst Co-Authored-By: crusaderky <[email protected]>
1 parent 53c5199 commit 46c4931

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

azure-pipelines.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
conda_env: py36
1919
py37:
2020
conda_env: py37
21+
py38:
22+
conda_env: py38
2123
py37-upstream-dev:
2224
conda_env: py37
2325
upstream_dev: true

ci/requirements/py38.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: xarray-tests
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- python=3.8
6+
- pip
7+
- pip:
8+
- coveralls
9+
- dask
10+
- distributed
11+
- numpy
12+
- pandas
13+
- pytest
14+
- pytest-cov
15+
- pytest-env

doc/whats-new.rst

+6-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ Bug fixes
7878

7979
Documentation
8080
~~~~~~~~~~~~~
81-
- Fix leap year condition in example (http://xarray.pydata.org/en/stable/examples/monthly-means.html) by `Mickaël Lalande <https://github.com/mickaellalande>`_.
81+
- Fix leap year condition in example (http://xarray.pydata.org/en/stable/examples/monthly-means.html)
82+
by `Mickaël Lalande <https://github.com/mickaellalande>`_.
8283
- Fix the documentation of :py:meth:`DataArray.resample` and
8384
:py:meth:`Dataset.resample` and explicitly state that a
8485
datetime-like dimension is required. (:pull:`3400`)
@@ -104,7 +105,10 @@ Internal Changes
104105
``pip install git+https://github.com/andrewgsavage/pint.git@refs/pull/6/head)``.
105106
Even with it, interaction with non-numpy array libraries, e.g. dask or sparse, is broken.
106107

107-
- Use Python 3.6 idioms throughout the codebase. (:pull:3419)
108+
- Use Python 3.6 idioms throughout the codebase. (:pull:`3419`)
109+
By `Maximilian Roos <https://github.com/max-sixty>`_
110+
111+
- Run basic CI tests on Python 3.8. (:pull:`3477`)
108112
By `Maximilian Roos <https://github.com/max-sixty>`_
109113

110114

0 commit comments

Comments
 (0)