From 0edec7e77360cb1815845219049ec7e8a21142c3 Mon Sep 17 00:00:00 2001 From: Chris Burr Date: Wed, 10 Aug 2022 12:45:28 +0200 Subject: [PATCH] Support Python 3.10 --- conda-recipes/conda_build_config.yaml | 1 + conda-recipes/tornado/meta.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/conda-recipes/conda_build_config.yaml b/conda-recipes/conda_build_config.yaml index 139a44b..767f927 100644 --- a/conda-recipes/conda_build_config.yaml +++ b/conda-recipes/conda_build_config.yaml @@ -2,3 +2,4 @@ # https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/master/recipe/conda_build_config.yaml python: - 3.9.* *_cpython + - 3.10.* *_cpython diff --git a/conda-recipes/tornado/meta.yaml b/conda-recipes/tornado/meta.yaml index 95747ce..00c4c1c 100644 --- a/conda-recipes/tornado/meta.yaml +++ b/conda-recipes/tornado/meta.yaml @@ -1,7 +1,7 @@ {% set name = "tornado" %} # As we have forked tornado, use a local version identifier # https://www.python.org/dev/peps/pep-0440/#local-version-segments -{% set version = "5.1.1+dirac.1" %} +{% set version = "5.1.1+dirac.2" %} package: @@ -10,7 +10,7 @@ package: source: url: https://github.com/DIRACGrid/tornado/archive/v{{ version }}.tar.gz - sha256: f3ec835380323e9d38ca930bb088bb827eaa544f7a34702c9c9815ae4aafd362 + sha256: 3f3875c30fb2471532e8492506e427954cbaf8ccd9e8fcdf02606ae1b1dfac7b build: number: 0