Skip to content

Commit 6b2681a

Browse files
committed
Remove upper Python version limit
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 3441fbd commit 6b2681a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ packages = find:
3434
include_package_data = true
3535
zip_safe = false
3636

37-
python_requires = >=3.6.*, <4
37+
python_requires = >=3.6
3838

3939
install_requires =
4040
attrs >= 18.1, !=20.1.0

0 commit comments

Comments
 (0)