Skip to content

Commit 2d82de9

Browse files
authored
Fix pixcdust python_min
1 parent 5e69b5f commit 2d82de9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipes/pixcdust/meta.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build:
1717

1818
requirements:
1919
host:
20-
- python >={{ python_min }}
20+
- python {{ python_min }}
2121
- poetry-core
2222
- pip
2323
run:
@@ -49,6 +49,7 @@ test:
4949
commands:
5050
- pip check
5151
requires:
52+
- python {{ python_min }}
5253
- pip
5354

5455
about:

0 commit comments

Comments
 (0)