chore(techdocs-core): remove the extremely narrow python version requirement

This commit is contained in:
Sebastian Qvarfordt
2020-06-23 15:26:25 +02:00
parent ae892ac19d
commit ddc7701329
@@ -26,7 +26,7 @@ setup(
author='Spotify',
author_email='fossboard@spotify.com',
license='Apache-2.0',
python_requires='>=3.7,<3.8',
python_requires='>=3.7',
install_requires=[
'mkdocs>=1.1.2'
],