Skip to content

Commit

Permalink
.github/workflows/windows.yml: select latest Python 3.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Mar 20, 2024
1 parent 871dec4 commit 45a250e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,7 @@ jobs:
- name: Setup Python 3.12
uses: actions/setup-python@v4
with:
python-version: '3.12.0-alpha.1 - 3.12.99'
# Cython has yet to support this change (https://github.com/python/cpython/commit/c1b1f51cd1632f0b77dacd43092fb44ed5e053a9) in 3.12.0-alpha.5:
#python-version: '3.12.0-alpha.4'
python-version: '3.12'
architecture: ${{ matrix.arch }}

- name: Install Python 3.12 cython and Save Path
Expand Down

0 comments on commit 45a250e

Please sign in to comment.