From 860b1d20fef050e74561de64726f3f7a1c6a8f26 Mon Sep 17 00:00:00 2001 From: nutti Date: Sun, 13 Oct 2024 10:55:55 +0900 Subject: [PATCH] WIP --- tests/pylint_cycles.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/pylint_cycles.sh b/tests/pylint_cycles.sh index abbd8204..dfe99621 100755 --- a/tests/pylint_cycles.sh +++ b/tests/pylint_cycles.sh @@ -24,6 +24,7 @@ declare -r SUPPORTED_BLENDER_VERSIONS=( ) declare -r SUPPORTED_UPBGE_VERSIONS=( "0.2.5" + "0.30" "0.36" "latest" ) @@ -52,6 +53,8 @@ declare -A BLENDER_TAG_NAME=( ) declare -A UPBGE_TAG_NAME=( ["v0.2.5"]="v0.2.5" + ["v0.30"]="v0.30" + ["v0.36"]="v0.36" ["vlatest"]="master" )