From cb0ecc9fa23c88a12929cd2661952b730749ac35 Mon Sep 17 00:00:00 2001 From: Kenta Murata <3959+mrkn@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:16:51 +0900 Subject: [PATCH] CI: Fix Python 3.11 case on Windows --- .github/workflows/windows.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4354a59..6fde450 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -31,8 +31,10 @@ jobs: python_architecture: - x64 include: + # Python 3.11 with the latest Ruby + - { ruby: "3.3" , python: 3.11 , python_architecture: x64 } + # The development version of Ruby - { ruby: mingw , python: 3.x , python_architecture: x64 } - - { ruby: mingw , python: 3.11 , python_architecture: x64 } #- { ruby: mswin , python: 3.x , python_architecture: x64 } steps: