diff options
author | William Deegan <bill@baddogconsulting.com> | 2024-06-28 00:00:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-28 00:00:15 (GMT) |
commit | ed251e7178125fd3e62381fd26062745edd529ad (patch) | |
tree | 3d7ab73a78734cfe58793bf1caf4640a62e2fe4d /pyproject.toml | |
parent | 112118151dc8e555f06e573380523dbc78a14a1b (diff) | |
parent | 9e8161a8f56bdc66f7490f9012e1ea7bd80d775f (diff) | |
download | SCons-ed251e7178125fd3e62381fd26062745edd529ad.zip SCons-ed251e7178125fd3e62381fd26062745edd529ad.tar.gz SCons-ed251e7178125fd3e62381fd26062745edd529ad.tar.bz2 |
Merge branch 'master' into ruff
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 94f62a4..0cdbc7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,4 +92,4 @@ quote-style = "preserve" # Equivalent to black's "skip-string-normalization" ] [tool.mypy] -python_version = "3.6" # Lowest python version supported (v0.971 and below) +python_version = "3.8" |