Skip to content

Commit 50c49f1

Browse files
authored
GitHub Actions: setup-python allow-prereleases for 3.12 (#12252)
1 parent f612503 commit 50c49f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@ jobs:
109109
- "3.9"
110110
- "3.10"
111111
- "3.11"
112-
- key: "3.12"
113-
full: "3.12-dev"
112+
- "3.12"
114113

115114
steps:
116115
- uses: actions/checkout@v3
117116
- uses: actions/setup-python@v4
118117
with:
119-
python-version: ${{ matrix.python.full || matrix.python }}
118+
python-version: ${{ matrix.python }}
119+
allow-prereleases: true
120120

121121
- name: Install Ubuntu dependencies
122122
if: matrix.os == 'Ubuntu'

news/12252.trivial.rst

Whitespace-only changes.

0 commit comments

Comments
 (0)