use Python 3.12 for gixy

This commit is contained in:
Daniel Micay 2025-02-14 04:47:24 -05:00
parent bd19f71caa
commit 5730d8092e

2
setup
View File

@ -2,6 +2,6 @@
npm ci --ignore-scripts npm ci --ignore-scripts
python3 -m venv --clear venv python3.12 -m venv --clear venv
source venv/bin/activate source venv/bin/activate
pip install --require-hashes --only-binary :all: -r requirements.txt pip install --require-hashes --only-binary :all: -r requirements.txt