summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-08-27 12:38:16 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2021-08-27 12:38:16 -0400
commit2c9656979ab8c4a670f0fdd019869a5ea20aa22e (patch)
treecc61127678b16e7ce4eab48fb04c7afd4064ee8f /setup.cfg
parentacd0cbbe3b8d1720fa40c528c9443c891294c1f5 (diff)
downloadalembic-2c9656979ab8c4a670f0fdd019869a5ea20aa22e.tar.gz
bump importlib.resources req to 3.9
The importlib.resources.files() API was not added until 3.9. Change-Id: I62ef8974d6637394448346d7e0f86c6dd93f81a7
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index fab504d..32fed41 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -43,7 +43,7 @@ install_requires =
SQLAlchemy>=1.3.0
Mako
importlib-metadata;python_version<"3.8"
- importlib-resources;python_version<"3.7"
+ importlib-resources;python_version<"3.9"
[options.extras_require]
tz =