From 69bc7a3d54cd4e3c1c0a39eec746456501aa2aab Mon Sep 17 00:00:00 2001 From: cortadocodes Date: Tue, 23 Apr 2024 11:34:52 +0100 Subject: [PATCH] OPS: Run tests with python3.10 --- .github/workflows/python-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index c6025665e..c5c3d64d4 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -23,7 +23,7 @@ jobs: if: "!contains(github.event.head_commit.message, 'skipci')" runs-on: ${{ matrix.os }} env: - USING_COVERAGE: "3.9" + USING_COVERAGE: "3.10" strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] @@ -39,7 +39,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: 3.10 cache: poetry - name: Check pyproject.toml file