From dc6bf636774c30b5277d11cb75e2f621bc5f85cd Mon Sep 17 00:00:00 2001 From: Patrik Smeds Date: Mon, 4 Mar 2024 15:53:51 +0100 Subject: [PATCH] update to python 3.11 --- .github/workflows/integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 1bf1369..0e77d2f 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -13,10 +13,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Set up Python 3.8 + - name: Set up Python 3.11 uses: actions/setup-python@v3 with: - python-version: 3.8 + python-version: 3.11 - name: Setup Mambaforge uses: conda-incubator/setup-miniconda@v2 with: