Skip to content

Commit

Permalink
fix: set python version 3.11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgold committed Jan 15, 2025
1 parent ecc9486 commit 095ea8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
echo "python_version=3.10.11" >> $GITHUB_OUTPUT
echo "Building for Python 3.10.11"
else
echo "python_version=3.11.6" >> $GITHUB_OUTPUT
echo "Building for Python 3.11.6"
echo "python_version=3.11.9" >> $GITHUB_OUTPUT
echo "Building for Python 3.11.9"
fi
# - name: Build for Windows
Expand Down

0 comments on commit 095ea8b

Please sign in to comment.