commit: d58f064bee3f7ae57fe826da94a1e8b0f1df1573 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Mar 20 03:49:00 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 20 04:03:51 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=d58f064b
CI: add Python 3.12 alphas Per https://github.com/actions/setup-python/issues/150, we can just do 3.12-dev and such. Signed-off-by: Sam James <sam <AT> gentoo.org> .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 244262c2e..12d01dd1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: - '3.9' - '3.10' - '3.11' + - '3.12-dev' - 'pypy-3.7' - 'pypy-3.8' - 'pypy-3.9'
