Skip to content

Commit

Permalink
Drop Python 3.7 from python_requires (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianweidut authored Oct 23, 2023
1 parent 36b0611 commit c3e8109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ packages = find:
install_requires =
dnspython>=2.0.0 # optional if deliverability check isn't needed
idna>=2.0.0
python_requires = >=3.7
python_requires = >=3.8

[options.package_data]
* = py.typed
Expand Down

0 comments on commit c3e8109

Please sign in to comment.