use Python 3.12 for gixy

This commit is contained in:
Daniel Micay 2025-02-14 04:48:49 -05:00
parent d29248fa2a
commit 1b4f66c1da

2
setup
View File

@ -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