Skip to content

Commit

Permalink
Use Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Dec 20, 2023
1 parent 6fa121c commit 4f65a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/dash/actions/script-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export MACOSX_DEPLOYMENT_TARGET=10.13

echo osx build version is $DASH_ELECTRUM_VERSION

virtualenv -p python3 env
virtualenv -p python3.10 env
source env/bin/activate
PIP_CMD="pip"

Expand Down

0 comments on commit 4f65a4e

Please sign in to comment.