From cc81bb98daaf91ee2d23571470e4d4ec3ddb2851 Mon Sep 17 00:00:00 2001 From: rocky Date: Thu, 20 Jul 2023 15:26:36 -0400 Subject: [PATCH] See if we can get Windows CI working again --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 8bfe1b9bd..d2a6bc21e 100755 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -12,11 +12,11 @@ jobs: strategy: matrix: os: [windows] - python-version: ['3.8', '3.9'] + python-version: ['3.10', '3.11'] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install OS dependencies