Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ environment:
- CONFIG: win_python2.7
CONDA_INSTALL_LOCN: C:\Miniconda36-x64

- CONFIG: win_python3.5
CONDA_INSTALL_LOCN: C:\Miniconda36-x64

- CONFIG: win_python3.6
CONDA_INSTALL_LOCN: C:\Miniconda36-x64

Expand Down
14 changes: 0 additions & 14 deletions .ci_support/linux_python3.5.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .ci_support/osx_python3.5.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions .ci_support/win_python3.5.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,6 @@ jobs:
- run:
# Run, test and (if we have a BINSTAR_TOKEN) upload the distributions.
command: ./.circleci/run_docker_build.sh
build_linux_python3.5:
working_directory: ~/test
machine: true
environment:
- CONFIG: "linux_python3.5"
steps:
- checkout
- run:
name: Fast finish outdated PRs and merge PRs
command: |
./.circleci/fast_finish_ci_pr_build.sh
./.circleci/checkout_merge_commit.sh
- run:
command: docker pull condaforge/linux-anvil
- run:
# Run, test and (if we have a BINSTAR_TOKEN) upload the distributions.
command: ./.circleci/run_docker_build.sh
build_linux_python3.6:
working_directory: ~/test
machine: true
Expand Down Expand Up @@ -75,6 +58,5 @@ workflows:
build_and_test:
jobs:
- build_linux_python2.7
- build_linux_python3.5
- build_linux_python3.6
- build_linux_python3.7
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ osx_image: xcode6.4
env:
matrix:
- CONFIG=osx_python2.7
- CONFIG=osx_python3.5
- CONFIG=osx_python3.6
- CONFIG=osx_python3.7

Expand Down
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "0.10.9" %}
{% set version = "0.11.0" %}

package:
name: xarray
version: {{ version }}

source:
url: https://pypi.io/packages/source/x/xarray/xarray-{{ version }}.tar.gz
sha256: cb3028ba157e1953fd279bbe17c07bb5faa459ddf555bbe687c927e4cdfeecc3
sha256: 636964baccfca0e5d69220ac4ecb948d561addc76f47704064dcbe399e03a818

build:
number: 0
Expand Down