Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: .github/workflows/
Date: Mon, 06 Jun 2022 17:01:36
Message-Id: 1654529613.3b3a5ba45aa8e72464125e55882c19814343c82c.floppym@gentoo
1 commit: 3b3a5ba45aa8e72464125e55882c19814343c82c
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 6 15:33:33 2022 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 6 15:33:33 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=3b3a5ba4
7
8 Remove Python 3.6 in github workflow
9
10 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
11
12 .github/workflows/ci.yml | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
16 index adeb41a77..5869114d8 100644
17 --- a/.github/workflows/ci.yml
18 +++ b/.github/workflows/ci.yml
19 @@ -13,7 +13,6 @@ jobs:
20 strategy:
21 matrix:
22 python-version:
23 - - '3.6'
24 - '3.7'
25 - '3.8'
26 - '3.9'