From 284d55a77b7c85277bb3f3fe0d99023258f0fe3a Mon Sep 17 00:00:00 2001 From: Oksana Shadura Date: Fri, 13 Dec 2024 11:25:12 +0100 Subject: [PATCH] Now official latest python is 3.12 (e.g. latest image will be with python 3.12) --- .github/workflows/gh-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index f88e8e3..a5e2c53 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -13,7 +13,7 @@ env: GITHUB_SHA: ${{ github.sha }} GITHUB_REF: ${{ github.ref }} # Update each time there is added latest python: it will be used for `latest` tag - python_latest: "3.11" + python_latest: "3.12" python_latestv0: "3.10" # For coffea 2024.x.x we have conda release, github CI bot will detect new version and open PR with changes release: "2024.11.0"