From f732c61291557b8b70468fb008979e34706b4476 Mon Sep 17 00:00:00 2001 From: Russell Martin Date: Tue, 3 Oct 2023 21:45:06 -0400 Subject: [PATCH] Use Windows Store Python 3.12 in CI --- .github/workflows/ci.yml | 4 ++-- changes/1478.misc.rst | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changes/1478.misc.rst diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 717339c5c..8082bca24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: # experimental: true # Run tests against the latest Windows Store Python - platform: "windows" - python-version: "winstore3.11" + python-version: "winstore3.12" experimental: false steps: - name: Checkout @@ -70,7 +70,7 @@ jobs: if: startswith(matrix.python-version, 'winstore') uses: beeware/.github/.github/actions/install-win-store-python@main with: - python-version: "3.11" + python-version: "3.12" - name: Get Packages uses: actions/download-artifact@v3.0.2 diff --git a/changes/1478.misc.rst b/changes/1478.misc.rst new file mode 100644 index 000000000..6fc1b3781 --- /dev/null +++ b/changes/1478.misc.rst @@ -0,0 +1 @@ +The test suite in CI now runs using Windows Store Python 3.12 instead of Python 3.11.