Skip to content

Commit

Permalink
set python_requires=">=3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTango committed Nov 11, 2024
1 parent 566fefe commit 9fd4df8
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 @@ -55,7 +55,7 @@
namespace_packages=["bobtemplates"],
include_package_data=True,
zip_safe=False,
python_requires=">=3.9",
python_requires=">=3.8",
install_requires=[
"setuptools",
"mr.bob",
Expand Down

0 comments on commit 9fd4df8

Please sign in to comment.