commit: 0fa84345a51f6b851b629b8dfd61e3306bfda0a5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jan 19 04:44:51 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Jan 19 09:57:30 2024 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=0fa84345
ci: add pypy3.10 Signed-off-by: Sam James <sam <AT> gentoo.org> Closes: https://github.com/pkgcore/snakeoil/pull/99 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 616312e0..b1a8cbe5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: ['3.10', '3.11', '3.12'] + python-version: ['3.10', '3.11', '3.12', 'pypy3.10'] experimental: [false] include: - os: ubuntu-latest
