summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2025-02-14 04:47:24 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2025-02-14 04:47:24 -0500
commit5730d8092eb9c2ba297dc89c77b87f98f79574fc (patch)
tree67115209a0169c83e7d56a27cbf3b7dc568d8a92
parentbd19f71caa0b10b1dd0b7ae4aaa592d9a2d706b8 (diff)
use Python 3.12 for gixy
-rwxr-xr-xsetup2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup b/setup
index 307497e8..e8562a91 100755
--- a/setup
+++ b/setup
@@ -2,6 +2,6 @@
npm ci --ignore-scripts
-python3 -m venv --clear venv
+python3.12 -m venv --clear venv
source venv/bin/activate
pip install --require-hashes --only-binary :all: -r requirements.txt