Skip to content

Commit

Permalink
bump python version to >=3.6
Browse files Browse the repository at this point in the history
humanize requires >=3.6 so previous versions would have been broken anyway
  • Loading branch information
igorbrigadir authored Oct 20, 2022
1 parent 40c2dae commit 6721df0
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 @@ -25,7 +25,7 @@
classifiers=[
"License :: OSI Approved :: MIT License",
],
python_requires=">=3.3",
python_requires=">=3.6",
install_requires=dependencies,
setup_requires=["pytest-runner"],
tests_require=[
Expand Down

0 comments on commit 6721df0

Please sign in to comment.