diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-11-12 10:21:12 -0600 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-11-12 11:30:24 -0600 |
commit | 66fe2c8b44f34ea72892fed9594396d33a59f251 (patch) | |
tree | f524cc3d3b482c3df0fda0ce7d6c23b5622afae8 /pyproject.toml | |
parent | caff0ff591ed63234474c46a6fd868661aa8ea01 (diff) | |
download | redot-engine-66fe2c8b44f34ea72892fed9594396d33a59f251.tar.gz |
SCons: Bump minimum SCons & Python versions
SCons: 3.1.2 → 4.0
Python: 3.6 → 3.8
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 a4bfd27816..c4fbe4a459 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ python_version = "3.8" extend-exclude = ["thirdparty"] extend-include = ["SConstruct", "SCsub"] line-length = 120 -target-version = "py37" +target-version = "py38" [tool.ruff.lint] extend-select = [ |