Skip to content

Commit 64e4fcc

Browse files
3.14.1t
1 parent 9fee997 commit 64e4fcc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-1267.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
matrix:
1515
# os: [windows-latest, windows-11-arm, ubuntu-latest, macos-15-intel, macos-latest]
1616
os: [windows-11-arm]
17-
python-version: ['3.13', '3.13t', '3.14', '3.14t']
17+
python-version: ['3.14.1t']
1818

1919
steps:
2020
- name: Checkout repository
2121
uses: actions/checkout@v6
2222

2323
- name: Set up Python ${{ matrix.python-version }}
24-
# uses: actions/setup-python@v6
25-
uses: priya-kinthali/setup-python@test-1079
24+
uses: actions/setup-python@v6
25+
# uses: priya-kinthali/setup-python@test-1079
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Check Python version

0 commit comments

Comments
 (0)