2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-10-23 09:27:39 +00:00

Setup: allow more python versions (#10615)

* extend supported python versions

* bump max python
This commit is contained in:
Matthias Mair
2025-10-18 21:07:27 +02:00
committed by GitHub
parent 803d22155b
commit 874be9920d
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
Color_Off='\033[0m'
On_Red='\033[41m'
PYTHON_FROM=9
PYTHON_TO=12
PYTHON_TO=14
function detect_docker() {
if [ -n "$(grep docker </proc/1/cgroup)" ]; then