Skip to content

Commit

Permalink
GitHub Actions: setup-python allow-prereleases for 3.12 (pypa#12252)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Sep 1, 2023
1 parent f612503 commit 50c49f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,14 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- key: "3.12"
full: "3.12-dev"
- "3.12"

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python.full || matrix.python }}
python-version: ${{ matrix.python }}
allow-prereleases: true

- name: Install Ubuntu dependencies
if: matrix.os == 'Ubuntu'
Expand Down
Empty file added news/12252.trivial.rst
Empty file.

0 comments on commit 50c49f1

Please sign in to comment.