Skip to content

Commit

Permalink
Use Windows Store Python 3.12 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Oct 4, 2023
1 parent 8e3d391 commit f732c61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/[email protected]
Expand Down
1 change: 1 addition & 0 deletions changes/1478.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The test suite in CI now runs using Windows Store Python 3.12 instead of Python 3.11.

0 comments on commit f732c61

Please sign in to comment.