fix: python versions were defined incorrectly and remove 3.9 (#3006)
* chore: update requirements to python3.10 * chore: format RUF007 rule for py310 * wrongly specified python version python3.13 there is a greenlet build error
This commit is contained in:
parent
4ce14e2312
commit
c5964436b5
16 changed files with 351 additions and 382 deletions
|
|
@ -226,7 +226,7 @@ Problems installing? These commands have helped us install LNbits.
|
|||
sudo apt install pkg-config libffi-dev libpq-dev
|
||||
|
||||
# build essentials for debian/ubuntu
|
||||
sudo apt install python3.9-dev gcc build-essential
|
||||
sudo apt install python3.10-dev gcc build-essential
|
||||
|
||||
# if the secp256k1 build fails:
|
||||
# if you used poetry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue