From c9aca976080938923c26f7fe924eb3c0ad707bb5 Mon Sep 17 00:00:00 2001 From: Benjamin Bertrand Date: Sat, 26 Oct 2024 16:38:41 +0200 Subject: [PATCH] Pint doesn't support python 3.13 yet See https://github.com/hgrecco/pint/pull/2037 --- recipe/patch_yaml/pint.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/recipe/patch_yaml/pint.yaml b/recipe/patch_yaml/pint.yaml index 110527354..7ef8b1cb3 100644 --- a/recipe/patch_yaml/pint.yaml +++ b/recipe/patch_yaml/pint.yaml @@ -23,3 +23,14 @@ then: - replace_depends: old: python >=3.9 new: python >=3.10 +--- +# pint doesn't support python 3.13 yet +# see https://github.com/hgrecco/pint/pull/2037 +if: + name: pint + version_le: 0.24.3 + timestamp_lt: 1729953082000 +then: + - tighten_depends: + name: python + upper_bound: 3.13