mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-08-06 21:34:52 -04:00
use Python 3.12 for gixy
This commit is contained in:
parent
d29248fa2a
commit
1b4f66c1da
1 changed files with 1 additions and 1 deletions
2
setup
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue