From 3dd03ca0cb22065d83c5d3e5ed596951fa1419a9 Mon Sep 17 00:00:00 2001 From: Wolfgang Kaltz Date: Wed, 25 Oct 2023 13:29:33 +0200 Subject: [PATCH] Use Python 3.11 instead of 3.8 for some CI steps --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/daily_check.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad8249edc2..2512c550a6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -114,10 +114,10 @@ jobs: needs: [lint, gitattributes] steps: - uses: actions/checkout@master - - name: Set up Python 3.8 + - name: Set up Python 3.11 uses: actions/setup-python@v4 with: - python-version: 3.8 + python-version: 3.11 - name: Install pypa/build run: >- python -m diff --git a/.github/workflows/daily_check.yaml b/.github/workflows/daily_check.yaml index 028d166ab7..c390ba5dee 100644 --- a/.github/workflows/daily_check.yaml +++ b/.github/workflows/daily_check.yaml @@ -55,10 +55,10 @@ jobs: env: PYTHON_TEST_VERSION: ${{ matrix.python-version }} run: make tests - - name: Set up Python 3.8 + - name: Set up Python 3.11 uses: actions/setup-python@v4 with: - python-version: 3.8 + python-version: 3.11 - name: Install pypa/build run: >- python -m