Skip to content

Commit

Permalink
Update supported python versions (#620)
Browse files Browse the repository at this point in the history
* Update mypy python version

* Update conda python version
  • Loading branch information
altheaden authored Oct 14, 2024
1 parent abad674 commit 6e7df65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ build:

requirements:
host:
- python >=3.6
- python >=3.9
- pip
run:
- python >=3.6
- python >=3.9
- configobj >=5.0.0,<6.0.0
- jinja2 >=2.0.0
- mache >=1.3.2
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ exclude =
venv

[mypy]
python_version = 3.7
python_version = 3.9
check_untyped_defs = True
ignore_missing_imports = True
warn_unused_ignores = True
Expand Down

0 comments on commit 6e7df65

Please sign in to comment.