commit: fad3818445d6a16ec5662710a1d292767869c1cc
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 21 22:29:19 2024 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Oct 21 22:30:25 2024 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=fad38184
actions: test spawn under 3.13
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2ac66970e5..1ec1e8381a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
start-method: 'spawn'
- python-version: '3.11'
start-method: 'spawn'
- - python-version: '3.13-dev'
+ - python-version: '3.12'
start-method: 'spawn'
- python-version: 'pypy-3.10'
start-method: 'spawn'