Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: .github/workflows/
Date: Thu, 28 Oct 2021 05:01:57
Message-Id: 1635397304.2567ca20f214f4e44bdc1e229c73434a5de17443.sam@gentoo
1 commit: 2567ca20f214f4e44bdc1e229c73434a5de17443
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 28 05:01:44 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 28 05:01:44 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=2567ca20
7
8 .github: test against Python 3.10 final
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 .github/workflows/ci.yml | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
16 index a8466e0f1..581b2d04d 100644
17 --- a/.github/workflows/ci.yml
18 +++ b/.github/workflows/ci.yml
19 @@ -17,7 +17,7 @@ jobs:
20 - '3.7'
21 - '3.8'
22 - '3.9'
23 - - '3.10.0-alpha - 3.10.0'
24 + - '3.10'
25 - 'pypy-3.7'
26
27 steps: