From 7ab1d93c819e8b842b265e169fa45b8d0d63f474 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Tue, 30 Mar 2021 23:07:58 +0200 Subject: [PATCH] pyglotaran v0.3.3 (#7) * updated v0.3.3 * Raised python upper bound from <3.9 to <3.10 Co-authored-by: s-weigand --- recipe/meta.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 13a715e..1d76adf 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "pyglotaran" %} -{% set version = "0.3.2" %} +{% set version = "0.3.3" %} {% set download_name = "pyglotaran" %} package: @@ -8,7 +8,7 @@ package: source: url: https://pypi.io/packages/source/{{ download_name[0] }}/{{ download_name }}/{{ download_name }}-{{ version }}.tar.gz - sha256: c6d98ef37166c620f083d9bd14714cbb06d2f5c57ae020f297c84c6b9224839b + sha256: 212c5f6dce56282f489af8d205a7e65cfbb2881e859f6cbb37f69a02f795eeb5 build: number: 0 @@ -20,9 +20,9 @@ build: requirements: host: - pip - - python >=3.8,<3.9 + - python >=3.8,<3.10 run: - - python >=3.8,<3.9 + - python >=3.8,<3.10 - asteval >=0.9.21 - click >=7.0 - netcdf4 >=1.5.3