We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abad674 commit 6e7df65Copy full SHA for 6e7df65
conda/meta.yaml
@@ -18,10 +18,10 @@ build:
18
19
requirements:
20
host:
21
- - python >=3.6
+ - python >=3.9
22
- pip
23
run:
24
25
- configobj >=5.0.0,<6.0.0
26
- jinja2 >=2.0.0
27
- mache >=1.3.2
setup.cfg
@@ -46,7 +46,7 @@ exclude =
46
venv
47
48
[mypy]
49
-python_version = 3.7
+python_version = 3.9
50
check_untyped_defs = True
51
ignore_missing_imports = True
52
warn_unused_ignores = True
0 commit comments