Skip to content

Commit

Permalink
Pint doesn't support python 3.13 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
beenje committed Oct 26, 2024
1 parent ab3e8c9 commit c9aca97
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions recipe/patch_yaml/pint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c9aca97

Please sign in to comment.