Skip to content

Commit

Permalink
Bump python version for mypy in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Aug 21, 2024
1 parent 154d573 commit 942528f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
(repo_root / "setup.cfg").write_text(
"""
[mypy]
python_version = 3.6
python_version = 3.8
namespace_packages = True
check_untyped_defs = True
warn_unused_ignores = True
Expand Down

0 comments on commit 942528f

Please sign in to comment.