Skip to content

Commit c33280a

Browse files
committed
fix: more accurate Python version constraint
1 parent aeace42 commit c33280a

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
@@ -23,7 +23,7 @@ include_package_data = True
2323
zip_safe = True
2424
install_requires =
2525
requests
26-
python_requires = >=3.8
26+
python_requires = >=3.6
2727

2828
[options.packages.find]
2929
exclude =

0 commit comments

Comments
 (0)