commit: 1d3bc260fe01bad66f3b6a3c7f267b2e8fd10964
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 7 16:33:10 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 7 16:33:10 2021 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=1d3bc260
ci: Test using the newest available version of py3.10
Signed-off-by: Michał Górny <mgorny <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 78e4f428b..ec2091810 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'
+ - '3.10.0-alpha - 3.10.0'
- 'pypy-3.7-v7.3.3'
steps: