Skip to content

Commit 3b9f30c

Browse files
Ivan KamkinIvan Kamkin
authored andcommitted
Temporarily pin python 3.12.10 version cause 3.12.11 is not presented in macOs and Windows
1 parent 2ebda22 commit 3b9f30c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python-latest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
strategy:
2525
matrix:
2626
operating-system: [ ubuntu-latest, windows-latest, macOS-latest ]
27-
python-version: ${{ fromJson(needs.get-python-versions.outputs.python-matrix) }}
27+
# python-version: ${{ fromJson(needs.get-python-versions.outputs.python-matrix) }}
28+
python-version: [3.13.5, 3.12.10]
2829

2930
continue-on-error: true
3031

0 commit comments

Comments
 (0)