aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-09-01 22:13:21 -0400
committerBobby <[email protected]>2022-09-01 22:13:21 -0400
commit0058f0626ab7f11d123aa8edd2858715891ec7b1 (patch)
treea7af2deb321291a72c27b1bcedf37517e413a6b8 /setup.py
parentd69d7560960d8dc7414be1e0c51d3a2088a5b32d (diff)
downloadedify-0058f0626ab7f11d123aa8edd2858715891ec7b1.tar.xz
edify-0058f0626ab7f11d123aa8edd2858715891ec7b1.zip
Removing backwards compatibility for Python 3.6. Min Python now is 3.7
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7750988..235a2ac 100755
--- a/setup.py
+++ b/setup.py
@@ -67,7 +67,7 @@ setup(
keywords=[
# eg: 'keyword1', 'keyword2', 'keyword3',
],
- python_requires='>=3.6',
+ python_requires='>=3.7',
install_requires=[
# eg: 'aspectlib==1.1.1', 'six>=1.7',
],