Skip to content

Commit 8428ca6

Browse files
inducerkaushikcfd
authored andcommitted
mypy cfg: set minimum python version to 3.8 to allow pytato to pass
1 parent e46e967 commit 8428ca6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ multiline-quotes = """
99
# enable-flake8-bugbear
1010
1111
[mypy]
12-
python_version = 3.6
12+
# it reads pytato code, and pytato is 3.8+
13+
python_version = 3.8
1314
warn_unused_ignores = True
1415
1516
[mypy-islpy]

0 commit comments

Comments
 (0)