Skip to content

Commit ae3aa94

Browse files
committed
Remove upper version constrainsts on deps
They are a source of artificial problems Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 27ef405 commit ae3aa94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ include_package_data = true
4444
zip_safe = false
4545
install_requires =
4646
attrs
47-
boolean.py >= 3.5, < 4.0
47+
boolean.py >= 3.5
4848
certifi
4949
click
5050
jinja2
@@ -54,7 +54,7 @@ install_requires =
5454
saneyaml
5555

5656
setup_requires = setuptools_scm[toml] >= 4
57-
python_requires = >=3.6.*, <4
57+
python_requires = >=3.6
5858

5959
[options.packages.find]
6060
where=src

0 commit comments

Comments
 (0)