Skip to content

Commit

Permalink
relax python_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
weinbusch committed Apr 7, 2020
1 parent 7cc79f1 commit 21ca21a
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 @@ -16,6 +16,6 @@
use_scm_version=True,
setup_requires=["setuptools_scm"],
install_requires=["flask>=1.1.1"],
python_requires=">=3.6.8",
python_requires="~=3.6",
package_data={"": ["*.tex"]},
)

0 comments on commit 21ca21a

Please sign in to comment.