diff --git a/conda/black/meta.yaml b/conda/black/meta.yaml
index a25f2f7a3592c38a371af20ab490638542e724ee..1a74082ba1c46953155f2377962b4229140bba3d 100644
--- a/conda/black/meta.yaml
+++ b/conda/black/meta.yaml
@@ -19,10 +19,10 @@ build:
 
 requirements:
   host:
-    - python >=3.6
+    - python
     - pip
   run:
-    - python >=3.6
+    - python
     - click >=6.5
     - attrs >=18.1.0
     - appdirs