summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2024-11-13 17:05:42 (GMT)
committerThaddeus Crews <repiteo@outlook.com>2024-11-16 19:37:47 (GMT)
commit37530ad7d18bbe192da134808194cdca1941dd74 (patch)
tree7932c1958838c0b27b6afa2f916cc80bb6aa65bf /pyproject.toml
parentd1d5355b716644be649d99b16c6f2bf64e9f64e4 (diff)
downloadSCons-37530ad7d18bbe192da134808194cdca1941dd74.zip
SCons-37530ad7d18bbe192da134808194cdca1941dd74.tar.gz
SCons-37530ad7d18bbe192da134808194cdca1941dd74.tar.bz2
Remove Python 3.6 support
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1e00257..c5e2120 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,7 @@ requires = ["setuptools"]
[project]
name = "SCons"
description = "Open Source next-generation build tool."
-requires-python = ">=3.6"
+requires-python = ">=3.7"
license = { text = "MIT" }
readme = { file = "README-package.rst", content-type = "text/x-rst" }
authors = [{ name = "William Deegan", email = "bill@baddogconsulting.com" }]
@@ -16,7 +16,6 @@ classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
- "Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",