From 0b0118d837c8356bbc1d54a92aba249e927ddb39 Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Thu, 14 Nov 2024 14:09:29 +0900 Subject: [PATCH] python: do not use python_full_version --- webapp/python/Pipfile | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/python/Pipfile b/webapp/python/Pipfile index 205cfe7e0..fd199c492 100644 --- a/webapp/python/Pipfile +++ b/webapp/python/Pipfile @@ -18,4 +18,3 @@ mypy = "*" [requires] python_version = "3.12" -python_full_version = "3.12.0"