Skip to content

Commit cd145f4

Browse files
committed
Replace workaround for actions/setup-python#508 with 'allow-prereleases'
1 parent 74b0d39 commit cd145f4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ jobs:
4545
- "3.7"
4646
- "3.11"
4747
- "3.12"
48-
# Workaround for actions/setup-python#508
49-
dev:
50-
- -dev
5148
platform:
5249
- ubuntu-latest
5350
- macos-latest
@@ -68,7 +65,8 @@ jobs:
6865
- name: Setup Python
6966
uses: actions/setup-python@v4
7067
with:
71-
python-version: ${{ matrix.python }}${{ matrix.dev }}
68+
python-version: ${{ matrix.python }}
69+
allow-prereleases: true
7270
- name: Install tox
7371
run: |
7472
python -m pip install tox

0 commit comments

Comments
 (0)