From: Zack Cerza Date: Wed, 27 Dec 2023 18:45:27 +0000 (-0700) Subject: setup.cfg: python_requires>=3.8 X-Git-Tag: 1.2.0~59^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b2ccd0fe2724e37db44650916314519e5675a866;p=teuthology.git setup.cfg: python_requires>=3.8 Signed-off-by: Zack Cerza --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 395b21a38..5bb1d31b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 335f38ac5..a25c2cefe 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -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 diff --git a/.readthedocs.yml b/.readthedocs.yml index 99eab70f5..eab05b3e1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,7 +7,7 @@ formats: [] build: os: ubuntu-22.04 tools: - python: "3.7" + python: "3.8" python: install: - method: pip diff --git a/setup.cfg b/setup.cfg index 8a7280abe..6cde733d7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,6 +27,7 @@ keywords = teuthology, test, ceph, cluster summary = Ceph test framework [options] +python_requires = >=3.8 packages = find: install_requires = PyYAML @@ -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