]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Drop Python 3.6 as a supported version
authorZack Cerza <zack@redhat.com>
Fri, 2 Dec 2022 21:27:27 +0000 (14:27 -0700)
committerZack Cerza <zack@redhat.com>
Fri, 2 Dec 2022 21:27:27 +0000 (14:27 -0700)
It was EOLed a year ago.

Signed-off-by: Zack Cerza <zack@redhat.com>
.github/workflows/ci.yml
.github/workflows/dependencies.yml
setup.cfg

index c93bb760dd26e843cde388e0b4dbd2f12a0e1462..f3750d55adf61290a63d6488e1c84d31a1b57210 100644 (file)
@@ -13,7 +13,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest]
-        python: ['3.6', '3.7', '3.8', '3.9', '3.10']
+        python: ['3.7', '3.8', '3.9', '3.10']
     steps:
       - uses: actions/checkout@v2
       - name: Setup Python
index 667bf6d7b108194d8ee572671711367d549cc2ca..a0bd3b381802ab7c1c7df683c1c86912484211d4 100644 (file)
@@ -13,7 +13,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest]
-        python: ['3.6', '3.7', '3.8', '3.9', '3.10']
+        python: ['3.7', '3.8', '3.9', '3.10']
     steps:
       - name: Set up Python
         uses: actions/setup-python@v3
index f5de27bf925e76f0d6e75483008fa2a01fe84a57..8472268d3e582941ccf7c5a4c4a6456ce913b712 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -13,7 +13,6 @@ classifiers =
     Operating System :: POSIX :: Linux
     Programming Language :: Python :: 3
     Programming Language :: Python :: 3 :: Only
-    Programming Language :: Python :: 3.6
     Programming Language :: Python :: 3.7
     Programming Language :: Python :: 3.8
     Programming Language :: Python :: 3.9