commit: ebe8265dc2b41822e6a9e809cb079fdd76e14a29 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Apr 12 02:03:48 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 12 03:12:53 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=ebe8265d
.github: add pypy3.8, pypy3.9 to CI Signed-off-by: Sam James <sam <AT> gentoo.org> Closes: https://github.com/gentoo/portage/pull/808 Signed-off-by: Sam James <sam <AT> gentoo.org> .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6b96a8f0..03cf1fc7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,8 @@ jobs: - '3.9' - '3.10' - 'pypy-3.7' + - 'pypy-3.8' + - 'pypy-3.9' steps: - uses: actions/checkout@v2
