Skip to content

Commit

Permalink
Dropped Python 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed May 29, 2023
1 parent 95b5d3a commit f50712a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

if __name__ == '__main__':
setuptools.setup(
python_requires='>3.6.0',
python_requires='>3.8.0',
name='python-utils',
version=about['__version__'],
author=about['__author__'],
Expand Down

0 comments on commit f50712a

Please sign in to comment.