From 1b4f66c1da29b497e5c7a37e7accad6b9effdc75 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 14 Feb 2025 04:48:49 -0500 Subject: [PATCH] use Python 3.12 for gixy --- setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup b/setup index 7fd11ea..70cf4b5 100755 --- a/setup +++ b/setup @@ -1,5 +1,5 @@ #!/bin/bash -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