diff options
author | Mats Wichmann <mats@linux.com> | 2024-06-19 18:55:45 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2024-06-19 18:55:45 (GMT) |
commit | 5ca36e89419a5635a54ce66e241a48b335ba6bcf (patch) | |
tree | d5c35c05878951dee9357074d3a2f2859d6b954d /pyproject.toml | |
parent | 2093f7a1bd5d2cd5a0e603b02ad672fb0fb3fafe (diff) | |
download | SCons-5ca36e89419a5635a54ce66e241a48b335ba6bcf.zip SCons-5ca36e89419a5635a54ce66e241a48b335ba6bcf.tar.gz SCons-5ca36e89419a5635a54ce66e241a48b335ba6bcf.tar.bz2 |
Semi-phony commit to see if AppVeyor triggers
Signed-off-by: Mats Wichmann <mats@linux.com>
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 8d755dc..be4988b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,4 +73,4 @@ target-version = ['py36'] skip-string-normalization = true [tool.mypy] -python_version = "3.6" +python_version = "3.8" |