Skip to content

Commit

Permalink
Support Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburr committed Aug 16, 2022
1 parent f7afc42 commit 0edec7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions conda-recipes/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions conda-recipes/tornado/meta.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -10,7 +10,7 @@ package:

source:
url: https://github.com/DIRACGrid/tornado/archive/v{{ version }}.tar.gz
sha256: f3ec835380323e9d38ca930bb088bb827eaa544f7a34702c9c9815ae4aafd362
sha256: 3f3875c30fb2471532e8492506e427954cbaf8ccd9e8fcdf02606ae1b1dfac7b

build:
number: 0
Expand Down

0 comments on commit 0edec7e

Please sign in to comment.