Skip to content

Commit

Permalink
setup.cfg: python_requires>=3.8
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Cerza <[email protected]>
  • Loading branch information
zmc committed Dec 27, 2023
1 parent aac62b2 commit 5126a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ keywords = teuthology, test, ceph, cluster
summary = Ceph test framework

[options]
python_requires = >=3.8
packages = find:
install_requires =
PyYAML
Expand Down Expand Up @@ -57,7 +58,6 @@ install_requires =
requests>2.13.0
sentry-sdk
urllib3>=1.25.4,<1.27 # For botocore
python_requires = >=3.6
scripts =
teuthology/task/install/bin/adjust-ulimits
teuthology/task/install/bin/daemon-helper
Expand Down

0 comments on commit 5126a31

Please sign in to comment.