commit: a5f1b8e775fe1d7d3ea55be6bf4813e54126f890 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Mar 20 03:52:59 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 20 03:52:59 2023 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=a5f1b8e7
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 90444dc..509f82e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: - '3.9' - '3.10' - '3.11' + - '3.12-dev' - 'pypy-3.7' - 'pypy-3.8' - 'pypy-3.9'
