From ced5f6402c430b3e453d11f57f9b1b4ffec865bc 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..1b893e2f2 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"