From 8069487e2c0918a686f22b89682d2f6f0f3f80c7 Mon Sep 17 00:00:00 2001 From: LucaCappelletti94 Date: Thu, 22 Feb 2024 18:04:30 +0100 Subject: [PATCH] Updated python version minimum requirement from 3.8 to 3.9 in CI --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4bf0fd57..3624183f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,11 +16,11 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v1 with: - python-version: 3.8.18 + python-version: 3.9 - uses: s-weigand/setup-conda@v1 with: activate-conda: true - python-version: 3.8 + python-version: 3.9 - run: conda --version - run: which python - name: Run installation.