From cfd2a0d3e66228407e2fcf68186b65d81a05e01f Mon Sep 17 00:00:00 2001 From: Andrej Shadura <andrew.shadura@collabora.co.uk> Date: Tue, 29 Mar 2022 14:44:31 +0200 Subject: [PATCH] Bump the minimum osc version to the one that actually works with Python 3 Signed-off-by: Andrej Shadura <andrew.shadura@collabora.co.uk> --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2baebca..91863c6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,7 +22,7 @@ classifiers = [options] packages = find: install_requires = - osc >= 0.150 + osc >= 0.167.1 [options.extras_require] progress = tqdm -- GitLab