From 5eec5143a3bc9c8627d28334003184c7edd85901 Mon Sep 17 00:00:00 2001 From: bashonly Date: Tue, 29 Jul 2025 18:08:10 -0500 Subject: [PATCH] temporarily test win cpython 3.11 in core tests Authored by: bashonly --- .github/workflows/core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 86036989c0..dd3990911f 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -41,7 +41,7 @@ jobs: include: # atleast one of each CPython/PyPy tests must be in windows - os: windows-latest - python-version: '3.9' + python-version: '3.11' - os: windows-latest python-version: '3.10' - os: windows-latest