Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ schema_version: 1

context:
name: optype
version: "0.12.2"
version: "0.13.1"
python_min: "3.11"

package:
Expand All @@ -11,7 +11,7 @@ package:

source:
url: https://pypi.org/packages/source/${{ name[0] }}/${{ name }}/optype-${{ version }}.tar.gz
sha256: 3f53a89f56f0ea23be4d212611dce0f3a2a8946543a9a72783e349c49b232934
sha256: 9b1d590597b0c093faf5253e38238c5a5e1a1f9afb04530836c38ac94fdd5cf6

build:
number: 0
Expand All @@ -26,7 +26,7 @@ requirements:
run:
- python >=${{ python_min }}
# needed for python <3.13, not using a selector to enable noarch
- typing-extensions >=4.10
- typing-extensions >=4.10

tests:
- python:
Expand Down