Skip to content

Commit 96d9a2e

Browse files
Update dependency python to v3.13.3
1 parent 7c2b022 commit 96d9a2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- if: matrix.os == 'macos'
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: "3"
27+
python-version: "3.13.3"
2828
- if: matrix.os == 'macos'
2929
run: pip install setuptools
3030
- run: npm ci
@@ -46,7 +46,7 @@ jobs:
4646
- if: matrix.os == 'macos'
4747
uses: actions/setup-python@v5
4848
with:
49-
python-version: "3"
49+
python-version: "3.13.3"
5050
- if: matrix.os == 'macos'
5151
run: pip install setuptools
5252
- run: npm ci

0 commit comments

Comments
 (0)