Skip to content

Commit f2a4044

Browse files
committed
fix CI issues
1 parent 8306ab9 commit f2a4044

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

recipes/pywebview/recipe.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ build:
1818

1919
requirements:
2020
host:
21-
- python >=3.9
21+
- python
2222
- pip
2323
- setuptools
2424
- setuptools-scm
2525

2626
run:
27-
- python >=3.9
27+
- python
2828
- bottle
2929
- proxy-tools
3030
- typing_extensions
@@ -40,7 +40,6 @@ requirements:
4040
- pyobjc-framework-cocoa >=9.0
4141
- pyobjc-framework-quartz >=9.0
4242
- pyobjc-framework-security >=9.0
43-
- pyobjc-framework-uniformtypeidentifiers >=9.0
4443
- pyobjc-framework-webkit >=9.0
4544

4645
tests:
@@ -62,4 +61,4 @@ about:
6261

6362
extra:
6463
recipe-maintainers:
65-
- GaelTouquet
64+
- GaelTouquet

0 commit comments

Comments
 (0)