From 50833bee9e6a00fd9f2c6b562f9c8967ce437e09 Mon Sep 17 00:00:00 2001 From: Alexander Druz Date: Fri, 8 Nov 2024 16:02:58 +0100 Subject: [PATCH] Use Python 3.10 in CI by default --- .github/actions/setup-poetry/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-poetry/action.yml b/.github/actions/setup-poetry/action.yml index bdd60d6b..df83267b 100644 --- a/.github/actions/setup-poetry/action.yml +++ b/.github/actions/setup-poetry/action.yml @@ -5,7 +5,7 @@ description: | inputs: python-version: description: Python version to use - default: '3.8' + default: '3.10' install-dependencies: description: Whether to install and cache/restore dependencies default: 'true'