diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index 853af99..2cd89db 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -7,4 +7,4 @@ channel_targets: docker_image: - quay.io/condaforge/linux-anvil-x86_64:alma9 python_min: -- '3.10' +- '3.11' diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 088707f..42be85e 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -1,2 +1,2 @@ python_min: -- "3.10" +- "3.11" diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 110c559..bca36c6 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "dkist" %} -{% set version = "1.9.2" %} +{% set version = "1.10.0" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/dkist-{{ version }}.tar.gz - sha256: 781b18f0237b398457dc7d16b159fe4b423aa03f0a9f156f894e021ea252538b + sha256: 39360bab247368874fe40fa5e46b7209369ec41c8ed3eb085528caf7d0aedc17 build: noarch: python @@ -58,7 +58,7 @@ test: - dkist commands: - pip check - - pytest --pyargs dkist -k "not test_fail" + - pytest --pyargs dkist -k "not test_fail" --remote-data=none -m "not mpl_image_compare" about: home: http://dkist.nso.edu