From b959762da92e7d941102f91a6a6e50ee96e2d449 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 9 Feb 2024 21:13:34 +0100 Subject: [PATCH] tools: github actions: update python versions to amatch available version on ubuntu-22.04 runners - https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf49475..3aa7261 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - python-version: ['3.6', '3.7', '3.8', '3.9'] + python-version: ['3.6.15', '3.7.17', '3.8.18', '3.9.18'] name: python steps: - name: Checkout