Skip to content

Commit d81d3fa

Browse files
committed
change: python_requires version
1 parent 0ac4f86 commit d81d3fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name='markdown-tree-parser',
10-
version='0.0.1-4',
10+
version='0.0.1-5',
1111
author='phpusr',
1212
author_email='phpusr@gmail.com',
1313
description='Markdown tree parser',
@@ -20,6 +20,6 @@
2020
'License :: OSI Approved :: MIT License',
2121
'Operating System :: OS Independent',
2222
],
23-
python_requires='>=3.7',
23+
python_requires='>=3.6',
2424
test_suite='tests.art_tests'
2525
)

0 commit comments

Comments
 (0)