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: Mon, 20 Mar 2023 04:03:59
Message-Id: 1679285031.28fd649ebc1c106dfc9111f0e487e8f9033e7654.sam@gentoo
1 commit: 28fd649ebc1c106dfc9111f0e487e8f9033e7654
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 20 03:48:13 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 20 04:03:51 2023 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=28fd649e
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 f113a5c4d..244262c2e 100644
19 --- a/.github/workflows/ci.yml
20 +++ b/.github/workflows/ci.yml
21 @@ -17,7 +17,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'