Skip to content

Commit 5c96b54

Browse files
author
Joseph Hamman
committed
drop python 3.4 support
1 parent 7b17b4f commit 5c96b54

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ matrix:
1414
env: CONDA_ENV=py27-min
1515
- python: 2.7
1616
env: CONDA_ENV=py27-cdat+iris+pynio
17-
- python: 3.4
18-
env: CONDA_ENV=py34
1917
- python: 3.5
2018
env: CONDA_ENV=py35
2119
- python: 3.6

doc/installing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Installation
66
Required dependencies
77
---------------------
88

9-
- Python 2.7, 3.4, 3.5, or 3.6
9+
- Python 2.7, 3.5, or 3.6
1010
- `numpy <http://www.numpy.org/>`__ (1.11 or later)
1111
- `pandas <http://pandas.pydata.org/>`__ (0.18.0 or later)
1212

doc/whats-new.rst

+12
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ What's New
1313
import xarray as xr
1414
np.random.seed(123456)
1515
16+
.. _whats-new.0.11.0:
17+
18+
v0.11.0 (unreleased)
19+
--------------------
20+
21+
Breaking changes
22+
~~~~~~~~~~~~~~~~
23+
24+
- Changes to minimum versions of dependencies:
25+
- Xarray no longer support Python 3.4 (:issue: `1829`).
26+
By `Joe Hamman <https://github.com/jhamman>`_.
27+
1628
.. _whats-new.0.10.1:
1729

1830
v0.10.1 (unreleased)

0 commit comments

Comments
 (0)