From 896afc76755596079180c830a3f496760d5c12cd Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 6 Oct 2019 16:12:37 +0200 Subject: [PATCH] Handle versions better --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index c3a210a..a8d051f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ install_requires = [options] use_scm_version = True -python_requires = !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.* +python_requires = >=3.6 setup_requires = setuptools_scm setuptools_scm_git_archive @@ -47,7 +47,7 @@ packages = find: zip_safe = False install_requires = attrs >= 19.1.0, < 20.0 - flat-tree == 0.0.1a3 # TODO(decentral1se): use bounds when 0.0.1 lands + flat-tree >= 0.0.1a3, < 1.0 [options.packages.find] where = .