]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
setup.cfg: python_requires>=3.8
authorZack Cerza <zack@redhat.com>
Wed, 27 Dec 2023 18:45:27 +0000 (11:45 -0700)
committerZack Cerza <zack@redhat.com>
Wed, 27 Dec 2023 18:49:26 +0000 (11:49 -0700)
Signed-off-by: Zack Cerza <zack@redhat.com>
.github/workflows/ci.yml
.github/workflows/dependencies.yml
.readthedocs.yml
setup.cfg

index 395b21a380231876958416f1bd5cd480a46fbd5e..5bb1d31b94b44313dfe8ad041cf9cbde866d64bb 100644 (file)
@@ -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
index 335f38ac56b8d376494c78dd0cae8ff8b7015142..a25c2cefe67543ca3351f50b5383a29f489dfc4c 100644 (file)
@@ -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
index 99eab70f5982b6522da977b5b5f6ba57a4dbf41a..eab05b3e1bcc6d78b21f42b0372d3b34e065bae4 100644 (file)
@@ -7,7 +7,7 @@ formats: []
 build:
   os: ubuntu-22.04
   tools:
-    python: "3.7"
+    python: "3.8"
 python:
   install:
     - method: pip
index 8a7280abe1c012176a994728ef1558d85d97685e..6cde733d7b3a139e7ba381649c44c6bb8de25d8c 100644 (file)
--- 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