Skip to content

Commit

Permalink
Fake py 3.6 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
awoimbee committed Mar 2, 2023
1 parent d6063fd commit 698e1de
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 @@ -87,7 +87,7 @@ def get_version(filename):
'Programming Language :: Python :: 3.11',
],
description="A versions menu for Sphinx-based documentation",
python_requires='>=3.7',
python_requires='>=3.6',
install_requires=requirements,
extras_require={'dev': dev_requirements},
license="MIT license",
Expand Down

0 comments on commit 698e1de

Please sign in to comment.