aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2022-06-06 11:33:33 -0400
committerMike Gilbert <floppym@gentoo.org>2022-06-06 11:33:33 -0400
commit3b3a5ba45aa8e72464125e55882c19814343c82c (patch)
tree68004018bf5626eb7aaf7e62e1417ae61ed78f58
parentAdd script to call pylint on all python files (diff)
downloadportage-3b3a5ba4.tar.gz
portage-3b3a5ba4.tar.bz2
portage-3b3a5ba4.zip
Remove Python 3.6 in github workflow
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index adeb41a77..5869114d8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -13,7 +13,6 @@ jobs:
strategy:
matrix:
python-version:
- - '3.6'
- '3.7'
- '3.8'
- '3.9'