commit: 63a9dad8e8d18a32866fdf721145d5870f4ad639
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 3 02:29:12 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 3 02:29:12 2025 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=63a9dad8
ci: py3.13-dev -> py3.13
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 d6ada8a3d7..fc794e808e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- - '3.13-dev'
+ - '3.13'
- '3.14-dev'
- 'pypy-3.10'
exclude:
@@ -31,7 +31,7 @@ jobs:
start-method: 'spawn'
- python-version: '3.12'
start-method: 'spawn'
- - python-version: '3.13-dev'
+ - python-version: '3.13'
start-method: 'spawn'
- python-version: '3.14-dev'
start-method: 'fork'