diff options
author | William Deegan <bill@baddogconsulting.com> | 2024-11-16 23:50:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-16 23:50:41 (GMT) |
commit | 9f387ef05560015dd3d9efbd65285e1bac74c132 (patch) | |
tree | ccc931472350632c67108a23520a320db0193191 /pyproject.toml | |
parent | 7617dcc1f4fff41fd86faf01a41554038f84e366 (diff) | |
parent | 37530ad7d18bbe192da134808194cdca1941dd74 (diff) | |
download | SCons-9f387ef05560015dd3d9efbd65285e1bac74c132.zip SCons-9f387ef05560015dd3d9efbd65285e1bac74c132.tar.gz SCons-9f387ef05560015dd3d9efbd65285e1bac74c132.tar.bz2 |
Merge pull request #4642 from Repiteo/remove-python-3.6
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 5f3a49e..7d47aa2 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", |