We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b503644 commit cd3b3deCopy full SHA for cd3b3de
1 file changed
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
- uses: actions/setup-python@v5
15
with:
16
- python-version: 3.10 # Should be 3.13
+ python-version: "3.10" # Should be 3.13
17
allow-prereleases: true
18
- run: pip install --upgrade pip
19
- run: sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
0 commit comments