diff --git a/.appveyor.yml b/.appveyor.yml index 360a89c..21417e2 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 diff --git a/.ci_support/linux_python3.5.yaml b/.ci_support/linux_python3.5.yaml deleted file mode 100644 index 2c030c0..0000000 --- a/.ci_support/linux_python3.5.yaml +++ /dev/null @@ -1,14 +0,0 @@ -build_number_decrement: -- '0' -channel_sources: -- conda-forge,defaults -channel_targets: -- conda-forge main -docker_image: -- condaforge/linux-anvil -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- '3.5' diff --git a/.ci_support/osx_python3.5.yaml b/.ci_support/osx_python3.5.yaml deleted file mode 100644 index dd2dc34..0000000 --- a/.ci_support/osx_python3.5.yaml +++ /dev/null @@ -1,20 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '10.9' -build_number_decrement: -- '0' -channel_sources: -- conda-forge,defaults -channel_targets: -- conda-forge main -docker_image: -- condaforge/linux-anvil -macos_machine: -- x86_64-apple-darwin13.4.0 -macos_min_version: -- '10.9' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- '3.5' diff --git a/.ci_support/win_python3.5.yaml b/.ci_support/win_python3.5.yaml deleted file mode 100644 index d4d19cf..0000000 --- a/.ci_support/win_python3.5.yaml +++ /dev/null @@ -1,10 +0,0 @@ -channel_sources: -- conda-forge,defaults -channel_targets: -- conda-forge main -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- '3.5' diff --git a/.circleci/config.yml b/.circleci/config.yml index 0047203..e4524f1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -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 diff --git a/.travis.yml b/.travis.yml index 6f62118..0492ead 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/recipe/meta.yaml b/recipe/meta.yaml index d133f63..b826b83 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.10.9" %} +{% set version = "0.11.0" %} package: name: xarray @@ -6,7 +6,7 @@ package: source: url: https://pypi.io/packages/source/x/xarray/xarray-{{ version }}.tar.gz - sha256: cb3028ba157e1953fd279bbe17c07bb5faa459ddf555bbe687c927e4cdfeecc3 + sha256: 636964baccfca0e5d69220ac4ecb948d561addc76f47704064dcbe399e03a818 build: number: 0