From d62572f02cf21a922c953ed4e353d6974b92e9ee Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 27 Jan 2025 21:35:58 +0300 Subject: [PATCH] Pipfile: python 3.13 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 62d256b..d97a7d5 100644 --- a/Pipfile +++ b/Pipfile @@ -10,4 +10,4 @@ ansible = "*" ansible-lint = "*" [requires] -python_version = "3.12" +python_version = "3.13"