Skip to content

Commit 6177658

Browse files
committed
drop dev suffix in python name
1 parent 1ca24ee commit 6177658

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
# allow_failure: true
7474
test_mypyc: true
7575

76-
- name: Test suite with py314t-dev-ubuntu
77-
python: '3.14t-dev'
76+
- name: Test suite with py314t-ubuntu
77+
python: '3.14t'
7878
os: ubuntu-24.04-arm
7979
toxenv: py
8080
tox_extra_args: "-n 4"
@@ -166,6 +166,8 @@ jobs:
166166
if: ${{ !(matrix.debug_build || endsWith(matrix.python, '-dev')) }}
167167
with:
168168
python-version: ${{ matrix.python }}
169+
# allow pre-release builds to install without -dev suffix
170+
allow-prereleases: true
169171

170172
- name: Install tox
171173
run: |

0 commit comments

Comments
 (0)