Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoolkit:master commit in: .github/workflows/
Date: Mon, 20 Mar 2023 03:53:13
Message-Id: 1679284312.d0998f38174bffe40dfab925fc4ca23eff1ae5af.sam@gentoo
1 commit: d0998f38174bffe40dfab925fc4ca23eff1ae5af
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 20 03:51:52 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 20 03:51:52 2023 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=d0998f38
7
8 CI: fix Python 3.11 workflow/job
9
10 Use the latest Python 3.11 release.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 .github/workflows/ci.yml | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
18 index 83e6ef3..422daa7 100644
19 --- a/.github/workflows/ci.yml
20 +++ b/.github/workflows/ci.yml
21 @@ -13,7 +13,7 @@ jobs:
22 - '3.8'
23 - '3.9'
24 - '3.10'
25 - - '3.11.0-alpha - 3.11.0'
26 + - '3.11'
27 - 'pypy-3.7'
28 - 'pypy-3.8'
29 - 'pypy-3.9'