Skip to content

Commit da0152f

Browse files
committed
ci: remove dev version
1 parent a6ab467 commit da0152f

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/workflows/test-python.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -254,34 +254,6 @@ jobs:
254254
- name: Run simple code
255255
run: python -c 'import math; print(math.factorial(5))'
256256

257-
setup-dev-version:
258-
name: Setup 3.13-dev ${{ matrix.os }}
259-
runs-on: ${{ matrix.os }}
260-
strategy:
261-
fail-fast: false
262-
matrix:
263-
os: [macos-latest, windows-latest, ubuntu-latest]
264-
steps:
265-
- name: Checkout
266-
uses: actions/checkout@v4
267-
268-
- name: setup-python 3.13-dev
269-
id: setup-python
270-
uses: ./
271-
with:
272-
python-version: '3.13-dev'
273-
274-
- name: Check python-path
275-
run: ./__tests__/check-python-path.sh '${{ steps.setup-python.outputs.python-path }}'
276-
shell: bash
277-
278-
- name: Validate version
279-
run: ${{ startsWith(steps.setup-python.outputs.python-version, '3.13.') }}
280-
shell: bash
281-
282-
- name: Run simple code
283-
run: python -c 'import math; print(math.factorial(5))'
284-
285257
setup-versions-noenv:
286258
name: Setup ${{ matrix.python }} ${{ matrix.os }} (noenv)
287259
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)