commit: 2567ca20f214f4e44bdc1e229c73434a5de17443
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 28 05:01:44 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 28 05:01:44 2021 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=2567ca20
.github: test against Python 3.10 final
Signed-off-by: Sam James <sam <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 a8466e0f1..581b2d04d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
- '3.7'
- '3.8'
- '3.9'
- - '3.10.0-alpha - 3.10.0'
+ - '3.10'
- 'pypy-3.7'
steps: