From 6d6d83ea3e992033a72cdca4ad6d561b6faadb43 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 27 May 2023 08:53:31 +0200 Subject: [PATCH] CI: Python 3.10 -> 3.11 looks like all dependencies have wheels for 3.11 now --- .github/workflows/build.yml | 4 ++-- .github/workflows/maint.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 75cb205..e3202e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: - uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.11' cache: 'pip' cache-dependency-path: 'requirements.txt' @@ -123,7 +123,7 @@ jobs: - uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.11' cache: 'pip' cache-dependency-path: 'requirements.txt' # Note that ARM64 prior to Win11 requires x86, but this will install x64 diff --git a/.github/workflows/maint.yml b/.github/workflows/maint.yml index 9b9b2a0..7de6756 100644 --- a/.github/workflows/maint.yml +++ b/.github/workflows/maint.yml @@ -42,7 +42,7 @@ jobs: - uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.11' cache: 'pip' cache-dependency-path: 'requirements.txt'