Skip to content

Commit 6e20874

Browse files
committed
ci: remove prerelease version
1 parent 81b4481 commit 6e20874

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

.github/workflows/test-python.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -282,35 +282,6 @@ jobs:
282282
- name: Run simple code
283283
run: python -c 'import math; print(math.factorial(5))'
284284

285-
setup-prerelease-version:
286-
name: Setup 3.13 ${{ matrix.os }}
287-
runs-on: ${{ matrix.os }}
288-
strategy:
289-
fail-fast: false
290-
matrix:
291-
os: [macos-latest, windows-latest, ubuntu-latest]
292-
steps:
293-
- name: Checkout
294-
uses: actions/checkout@v4
295-
296-
- name: setup-python 3.13
297-
id: setup-python
298-
uses: ./
299-
with:
300-
python-version: '3.13'
301-
allow-prereleases: true
302-
303-
- name: Check python-path
304-
run: ./__tests__/check-python-path.sh '${{ steps.setup-python.outputs.python-path }}'
305-
shell: bash
306-
307-
- name: Validate version
308-
run: ${{ startsWith(steps.setup-python.outputs.python-version, '3.13.') }}
309-
shell: bash
310-
311-
- name: Run simple code
312-
run: python -c 'import math; print(math.factorial(5))'
313-
314285
setup-versions-noenv:
315286
name: Setup ${{ matrix.python }} ${{ matrix.os }} (noenv)
316287
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)