Skip to content

Commit 7cd8602

Browse files
logs
1 parent 6131d22 commit 7cd8602

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-1241.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Setting up both python 3.14 and 3.14t on windows arm
1+
name: Setting up both python 3.14.2 and 3.14.2t on windows arm
22

33
on:
44
push:
@@ -42,7 +42,7 @@ jobs:
4242
python -c "import sys; print(f'Executable: {sys.executable}'); print(f'Version: {sys.version}')"
4343
echo ""
4444
echo "=== Checking all installed Python versions ==="
45-
for py in python3.14.3 python3.14.2t; do
45+
for py in python3.14.2 python3.14.2t; do
4646
echo ""
4747
echo "Testing $py:"
4848
if command -v $py &> /dev/null; then

0 commit comments

Comments
 (0)