Skip to content

Commit

Permalink
also update setup.py
Browse files Browse the repository at this point in the history
thanks for catching this jfong!
  • Loading branch information
nemacysts committed Aug 10, 2023
1 parent c7f391c commit 4e2128a
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 @@ -37,7 +37,7 @@ def get_install_requires():
description="Tools for Yelps SOA infrastructure",
packages=find_packages(exclude=("tests*", "scripts*")),
include_package_data=True,
python_requires=">=3.7.0",
python_requires=">=3.8.0",
install_requires=get_install_requires(),
scripts=[
"paasta_tools/am_i_mesos_leader.py",
Expand Down

0 comments on commit 4e2128a

Please sign in to comment.