From 99dce79078adc3bfa688f45e54784c85a9dc7a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adria=CC=80=20Sala?= Date: Wed, 28 Jan 2026 09:47:16 +0100 Subject: [PATCH] fix: add py311 to make version detection --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec03524e99..cf5395a218 100644 --- a/Makefile +++ b/Makefile @@ -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