diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-11-13 17:05:42 (GMT) |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-11-16 19:37:47 (GMT) |
commit | 37530ad7d18bbe192da134808194cdca1941dd74 (patch) | |
tree | 7932c1958838c0b27b6afa2f916cc80bb6aa65bf /pyproject.toml | |
parent | d1d5355b716644be649d99b16c6f2bf64e9f64e4 (diff) | |
download | SCons-37530ad7d18bbe192da134808194cdca1941dd74.zip SCons-37530ad7d18bbe192da134808194cdca1941dd74.tar.gz SCons-37530ad7d18bbe192da134808194cdca1941dd74.tar.bz2 |
Remove Python 3.6 support
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
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", |