From 8287aa34ac286d235e51a1936faf7346ed8ab2cd Mon Sep 17 00:00:00 2001 From: rpidanny Date: Sun, 8 Dec 2024 00:22:13 +0100 Subject: [PATCH] fix: python version --- .github/workflows/2019-ci.yml | 2 +- .github/workflows/2024-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/2019-ci.yml b/.github/workflows/2019-ci.yml index 7b3b7a9..e11b5dc 100644 --- a/.github/workflows/2019-ci.yml +++ b/.github/workflows/2019-ci.yml @@ -6,7 +6,7 @@ on: - 2019/** - .github/workflows/2019* env: - PYTHON_VERSION: 3.10 + PYTHON_VERSION: 3.10.15 YEAR: 2019 jobs: diff --git a/.github/workflows/2024-ci.yml b/.github/workflows/2024-ci.yml index 7d4751d..50a903e 100644 --- a/.github/workflows/2024-ci.yml +++ b/.github/workflows/2024-ci.yml @@ -6,7 +6,7 @@ on: - 2024/** - .github/workflows/2024* env: - PYTHON_VERSION: 3.10 + PYTHON_VERSION: 3.10.15 YEAR: 2024 jobs: