summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorCaselIT <cfederico87@gmail.com>2022-05-02 21:11:39 +0200
committerFederico Caselli <cfederico87@gmail.com>2022-05-06 19:39:32 +0000
commit717202241e3ab30f97cea8f4ec5bbacfd4b180a8 (patch)
treedb1dc5fd690b3f7fa28243253bd93f3657a49618 /setup.cfg
parent1684d0ee89c0fc6b0b90bc5db614468b31119e9d (diff)
downloadalembic-717202241e3ab30f97cea8f4ec5bbacfd4b180a8.tar.gz
Alembic 1.8 now supports Python 3.7 and above
Fixes: #1025 Change-Id: I7c7050afc2291a07a08d454a1b8f8b192768d068
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 9fe4834..5a5917b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -25,7 +25,6 @@ classifiers =
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
@@ -42,7 +41,7 @@ project_urls =
packages = find:
include_package_data = true
zip_safe = false
-python_requires = >=3.6
+python_requires = >=3.7
install_requires =
SQLAlchemy>=1.3.0