fix: add py311 to make version detection

This commit is contained in:
Adrià Sala
2026-01-28 09:47:16 +01:00
committed by Adrià Sala
parent 271383d018
commit 99dce79078

View File

@@ -1,6 +1,6 @@
-include awx/ui/Makefile
PYTHON := $(notdir $(shell for i in python3.12 python3; do command -v $$i; done|sed 1q))
PYTHON := $(notdir $(shell for i in python3.12 python3.11 python3; do command -v $$i; done|sed 1q))
SHELL := bash
DOCKER_COMPOSE ?= docker compose
OFFICIAL ?= no