From b8c543fd73f8d0f6bd5005f75cf42cb19222565e Mon Sep 17 00:00:00 2001 From: bashonly Date: Tue, 29 Jul 2025 18:11:15 -0500 Subject: [PATCH] Revert "temporarily test win cpython 3.11 in core tests" This reverts commit 5eec5143a3bc9c8627d28334003184c7edd85901. --- .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 dd3990911f..86036989c0 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.11' + python-version: '3.9' - os: windows-latest python-version: '3.10' - os: windows-latest