Skip to content

Commit 3611059

Browse files
committed
Allow Python 3.9
1 parent 18c7f36 commit 3611059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ install_requires =
3030
tqdm
3131
marshmallow
3232
requests_toolbelt
33-
python_requires = >=3.7, <3.9
33+
python_requires = >=3.7, <=3.9
3434
include_package_data = True
3535
setup_requires =
3636
setuptools>=59.0

0 commit comments

Comments
 (0)