Skip to content

Commit 1ac3763

Browse files
committed
Change supported python
1 parent 1efde8a commit 1ac3763

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ def readme():
1717
author='Jakub Andrýsek',
1818
author_email='[email protected]',
1919
license='MIT',
20-
python_requires='>=3.6',
20+
python_requires='>=3.7',
2121
install_requires=['mkdocs'],
2222
classifiers=[
2323
'License :: OSI Approved :: MIT License',
24-
'Programming Language :: Python :: 3.6',
2524
'Programming Language :: Python :: 3.7',
2625
'Programming Language :: Python :: 3.8',
2726
'Programming Language :: Python :: 3.9',

0 commit comments

Comments
 (0)