Skip to content

Commit cd3b3de

Browse files
authored
actions/setup-python@v5 with: python-version: "3.10" # Should be 3.13
1 parent b503644 commit cd3b3de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-python@v5
1515
with:
16-
python-version: 3.10 # Should be 3.13
16+
python-version: "3.10" # Should be 3.13
1717
allow-prereleases: true
1818
- run: pip install --upgrade pip
1919
- run: sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer

0 commit comments

Comments
 (0)