Skip to content

Commit 0ac5932

Browse files
committed
typing-extensions only needed on <38
1 parent 1a0e7d6 commit 0ac5932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ requirements:
2323
run:
2424
- python
2525
- gitdb >=4.0.1,<5
26-
- typing-extensions >=3.7.4.0
26+
- typing-extensions >=3.7.4.0 # [py<38]
2727

2828
test:
2929
requires:

0 commit comments

Comments
 (0)