commit: c7d5d4ee3059f69f5efb91ee1d3786cb5fdd9ff5
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 4 03:07:39 2024 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Nov 4 03:07:39 2024 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=c7d5d4ee
github: test python3.14 + spawn
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
.github/workflows/ci.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1ec1e8381a..d6ada8a3d7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,6 +20,7 @@ jobs:
- '3.11'
- '3.12'
- '3.13-dev'
+ - '3.14-dev'
- 'pypy-3.10'
exclude:
- python-version: '3.9'
@@ -30,6 +31,10 @@ jobs:
start-method: 'spawn'
- python-version: '3.12'
start-method: 'spawn'
+ - python-version: '3.13-dev'
+ start-method: 'spawn'
+ - python-version: '3.14-dev'
+ start-method: 'fork'
- python-version: 'pypy-3.10'
start-method: 'spawn'
fail-fast: false