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"