Skip to content

Commit 6e7df65

Browse files
authored
Update supported python versions (#620)
* Update mypy python version * Update conda python version
1 parent abad674 commit 6e7df65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ build:
1818

1919
requirements:
2020
host:
21-
- python >=3.6
21+
- python >=3.9
2222
- pip
2323
run:
24-
- python >=3.6
24+
- python >=3.9
2525
- configobj >=5.0.0,<6.0.0
2626
- jinja2 >=2.0.0
2727
- mache >=1.3.2

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ exclude =
4646
venv
4747

4848
[mypy]
49-
python_version = 3.7
49+
python_version = 3.9
5050
check_untyped_defs = True
5151
ignore_missing_imports = True
5252
warn_unused_ignores = True

0 commit comments

Comments
 (0)