SCons: Bump minimum SCons & Python versions

SCons: 3.1.2 → 4.0
Python: 3.6 → 3.8
This commit is contained in:
Thaddeus Crews 2024-11-12 10:21:12 -06:00
parent caff0ff591
commit 66fe2c8b44
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84
5 changed files with 8 additions and 19 deletions

View file

@ -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 = [