Skip to content

Commit 8a95481

Browse files
committed
Final tweaks: updated Python 3.9, added setuptools-scm
1 parent d63b2c3 commit 8a95481

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

recipes/tqdm-logging-wrapper/meta.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% set name = "tqdm-logging-wrapper" %}
22
{% set version = "1.0.1" %}
3-
{% set python_min = "3.6" %}
3+
{% set python_min = "3.9" %}
44

55
package:
66
name: {{ name|lower }}
@@ -17,9 +17,11 @@ build:
1717

1818
requirements:
1919
host:
20-
- python >={{ python_min }}
20+
- python {{ python_min }}
2121
- pip
2222
- setuptools
23+
- setuptools-scm >=3.4
24+
2325
run:
2426
- python >={{ python_min }}
2527
- tqdm

0 commit comments

Comments
 (0)