From 100d85eb3203b25cef78fe077c86006ab00b745e Mon Sep 17 00:00:00 2001 From: Marcel Martin Date: Mon, 11 Nov 2024 12:25:06 +0100 Subject: [PATCH] Run Windows tests on Python 3.11 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb51fcf9..1bea6ddf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: - os: macos-14 python-version: "3.10" - os: windows-latest - python-version: "3.10" + python-version: "3.11" - os: ubuntu-latest python-version: "3.10" steps: