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 <zack@redhat.com>
  • Loading branch information
zmc committed Dec 27, 2023
1 parent aac62b2 commit b2ccd0f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-20.04
python: 3.7
- os: ubuntu-20.04
python: 3.8
- os: ubuntu-20.04
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-20.04
python: 3.7
- os: ubuntu-20.04
python: 3.8
- os: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ formats: []
build:
os: ubuntu-22.04
tools:
python: "3.7"
python: "3.8"
python:
install:
- method: pip
Expand Down
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 b2ccd0f

Please sign in to comment.