From 15b1d43765338f6bf952400bb4eda5b47cfdebe9 Mon Sep 17 00:00:00 2001 From: Rohit Goswami Date: Fri, 25 Aug 2023 17:44:20 +0000 Subject: [PATCH] CI: Sync GHA with Appveyor configuration --- .github/workflows/ci_win.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_win.yml b/.github/workflows/ci_win.yml index 1bfcb155d..ec20f9365 100644 --- a/.github/workflows/ci_win.yml +++ b/.github/workflows/ci_win.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: os: ["windows-latest"] - python-version: ["3.7", "3.10"] + python-version: ["3.7"] # "3.10" needs work timeout-minutes: 30 steps: - uses: actions/checkout@v3