From b15883749c1123370723e1db2071c52193bef469 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Thu, 20 Jan 2022 11:28:55 +0100 Subject: [PATCH] Fix betka config for F35 + Py 3.10 --- bot-cfg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot-cfg.yml b/bot-cfg.yml index 50767fd..7469f0a 100644 --- a/bot-cfg.yml +++ b/bot-cfg.yml @@ -15,7 +15,7 @@ betka: # Branch name which is used for sync upstream_branch_name: master # Path to directory with dockerfile withing upstream repository - upstream_git_path: "3.8" + upstream_git_path: "3.10" # Github comment message to enforce sync of a pull request # required if pr_checker is true otherwise optional pr_comment_message: "[test]"