Commit 0304022
committed
pyproject: quote python version in pyproject.toml
Problem: mypy complains
pyproject.toml: [mypy]: python_version: Python 3.6 is not supported
(must be 3.8 or higher). You may need to put quotes around your
Python version
Put quotes around the python version.1 parent 34db805 commit 0304022
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments