From 99e3d1113543c39bd709301cfe713a6de1f6d6b2 Mon Sep 17 00:00:00 2001 From: VincentAuriau Date: Sat, 21 Oct 2023 14:12:48 +0200 Subject: [PATCH] edit CI CI now runs on python 3.9.2 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a978a8f..924c233 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: build: strategy: matrix: - python-version: [3.9.x] + python-version: [3.9.2] runs-on: ubuntu-latest # Steps represent a sequence of tasks that will be executed as part of the job