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.d58f064bee3f7ae57fe826da94a1e8b0f1df1573.sam@gentoo
1 commit: d58f064bee3f7ae57fe826da94a1e8b0f1df1573
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 20 03:49:00 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=d58f064b
7
8 CI: add Python 3.12 alphas
9
10 Per https://github.com/actions/setup-python/issues/150, we can just do
11 3.12-dev and such.
12
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 .github/workflows/ci.yml | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
19 index 244262c2e..12d01dd1d 100644
20 --- a/.github/workflows/ci.yml
21 +++ b/.github/workflows/ci.yml
22 @@ -18,6 +18,7 @@ jobs:
23 - '3.9'
24 - '3.10'
25 - '3.11'
26 + - '3.12-dev'
27 - 'pypy-3.7'
28 - 'pypy-3.8'
29 - 'pypy-3.9'