diff options
author | Sam James <sam@gentoo.org> | 2023-03-20 03:52:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-20 03:52:59 +0000 |
commit | a5f1b8e775fe1d7d3ea55be6bf4813e54126f890 (patch) | |
tree | 9a854ede882fee8d62fc69822f1c8b39bcbf4716 | |
parent | CI: update Portage version (diff) | |
download | gentoolkit-a5f1b8e775fe1d7d3ea55be6bf4813e54126f890.tar.gz gentoolkit-a5f1b8e775fe1d7d3ea55be6bf4813e54126f890.tar.bz2 gentoolkit-a5f1b8e775fe1d7d3ea55be6bf4813e54126f890.zip |
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@gentoo.org>
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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' |