Skip to content

Commit f50712a

Browse files
committed
Dropped Python 3.7 support
1 parent 95b5d3a commit f50712a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
if __name__ == '__main__':
1818
setuptools.setup(
19-
python_requires='>3.6.0',
19+
python_requires='>3.8.0',
2020
name='python-utils',
2121
version=about['__version__'],
2222
author=about['__author__'],

0 commit comments

Comments
 (0)