Skip to content

Commit c3e8109

Browse files
authored
Drop Python 3.7 from python_requires (#118)
1 parent 36b0611 commit c3e8109

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
@@ -27,7 +27,7 @@ packages = find:
2727
install_requires =
2828
dnspython>=2.0.0 # optional if deliverability check isn't needed
2929
idna>=2.0.0
30-
python_requires = >=3.7
30+
python_requires = >=3.8
3131

3232
[options.package_data]
3333
* = py.typed

0 commit comments

Comments
 (0)