From 6eb945e8cfc51211d10f728d671852a495315d6c Mon Sep 17 00:00:00 2001 From: Foteini Giouleka Date: Fri, 14 Nov 2025 10:08:03 +0200 Subject: [PATCH] Update python version 3.7 at ci pipeline --- .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 7a6cf26..a9b6878 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,10 +103,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Set up Python 3.7 + - name: Set up Python 3.9 uses: actions/setup-python@v1 with: - python-version: 3.7 + python-version: 3.9 - name: Build source tarball run: python setup.py sdist - name: Publish package