From 6dbcd080993d1753e79e184497a25e35e7553751 Mon Sep 17 00:00:00 2001 From: Sadra Yahyapour Date: Mon, 18 Nov 2024 18:21:20 +0330 Subject: [PATCH] change the default python version to 3.12 --- pyaction/action_template/copier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyaction/action_template/copier.yml b/pyaction/action_template/copier.yml index 9100b11..60c75e9 100644 --- a/pyaction/action_template/copier.yml +++ b/pyaction/action_template/copier.yml @@ -21,7 +21,7 @@ author_name: python_version: type: float help: Python version - default: 3.13 + default: 3.12 include_cicd_testing: type: bool