2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

Packages - force python 3.9 (#5206)

* specify python 3.9

* now support 12 too

* rmove 12

* change deps

* add dedicated wheel install

* add dev headers (for rappidfuzz)
This commit is contained in:
Matthias Mair
2023-08-06 13:50:38 +02:00
committed by GitHub
parent e1abe5be40
commit 2f224b3c19
3 changed files with 5 additions and 3 deletions

View File

@ -19,8 +19,9 @@ before:
- contrib/packager.io/before.sh
dependencies:
- curl
- python3
- python3-venv
- python3.9
- python3.9-venv
- python3.9-dev
- python3-pip
- python3-cffi
- python3-brotli