Skip to content

Commit 848aba7

Browse files
Update alpha-versions-2.yml
1 parent a83194f commit 848aba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/alpha-versions-2.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
matrix:
3636
os: [ubuntu-latest]
3737
python-version:
38-
- '3.14.0-alpha.4'
38+
- '3.14.0t-alpha.4'
3939

4040
steps:
4141
- uses: actions/checkout@v4
@@ -44,7 +44,7 @@ jobs:
4444
uses: priyagupta108/setup-python@test-pr-973
4545
with:
4646
python-version: ${{ matrix.python-version }}
47-
freethreaded: true
47+
# freethreaded: true
4848
- name: Install dependencies
4949
run: |
5050
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)