summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJames R. Barlow <james@purplerock.ca>2021-09-03 03:42:21 -0700
committerJames R. Barlow <james@purplerock.ca>2021-10-29 17:00:18 -0700
commit488cebf571bcc0ac4ccccfee4e65543d6b125637 (patch)
treeaa8decb7f00d0d11724fb5fbb823493a48b29299 /setup.cfg
parent6faa297fded45dc8be7761493a2a48c23ca73927 (diff)
Drop Python 3.6 support
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 108cc92..818cea4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -19,7 +19,6 @@ classifiers =
Programming Language :: C++
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
@@ -40,7 +39,7 @@ packages = find:
install_requires =
Pillow>=6.0
lxml>=4.0
-python_requires = >=3.6
+python_requires = >=3.7
include_package_data = True
package_dir =
=src