From 86d3cfa87f33ce03b0f40ad214324b215c667def Mon Sep 17 00:00:00 2001 From: Blampey Quentin Date: Wed, 10 Apr 2024 13:17:10 +0200 Subject: [PATCH] pin python 3.11 version in ci --- .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 bafe3bf5..462607a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11.8"] steps: #---------------------------------------------- # check-out repo and set-up python