From a39adcbd69e1993652068e5e132c9e1279c95ec6 Mon Sep 17 00:00:00 2001 From: Miriam Pougin Date: Fri, 25 Aug 2023 23:11:30 +0200 Subject: [PATCH] Update CI Python version --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7beaa2..6efd399 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - python-version: [3.8] + python-version: [3.10] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} @@ -80,7 +80,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - python-version: [3.8] + python-version: [3.10] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}