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: 1679284379.a5f1b8e775fe1d7d3ea55be6bf4813e54126f890.sam@gentoo
1 commit: a5f1b8e775fe1d7d3ea55be6bf4813e54126f890
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 20 03:52:59 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 20 03:52:59 2023 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=a5f1b8e7
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 90444dc..509f82e 100644
20 --- a/.github/workflows/ci.yml
21 +++ b/.github/workflows/ci.yml
22 @@ -14,6 +14,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'