commit: eb42510dcab59de90f3830a061639c208106a6f2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 3 02:29:26 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 3 02:29:26 2025 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=eb42510d
ci: pypy3.10 -> pypy3.11
Signed-off-by: Sam James <sam <AT> gentoo.org>
.github/workflows/ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fc794e808e..42c59c2d68 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
- '3.12'
- '3.13'
- '3.14-dev'
- - 'pypy-3.10'
+ - 'pypy-3.11'
exclude:
- python-version: '3.9'
start-method: 'spawn'
@@ -35,7 +35,7 @@ jobs:
start-method: 'spawn'
- python-version: '3.14-dev'
start-method: 'fork'
- - python-version: 'pypy-3.10'
+ - python-version: 'pypy-3.11'
start-method: 'spawn'
fail-fast: false
steps: