From 2f22090157e0fffe3e415b2fb4af7b74b4da7a60 Mon Sep 17 00:00:00 2001 From: nickatundo <41472821+nickatundo@users.noreply.github.com> Date: Wed, 25 Feb 2026 15:12:13 +0000 Subject: [PATCH] Fix minimum version requirement for Python --- private/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private/manifest.json b/private/manifest.json index f1c67bb..a11d3b6 100644 --- a/private/manifest.json +++ b/private/manifest.json @@ -78,7 +78,7 @@ "description": "Python debugging support (2nd gen).", "repo": "python", "script": "python/src/ubeacon/extension/startup.py", - "version_min": "7.0.0" + "version_min": "8.2.0" }, "python-debug": { "description": "Proof-of-concept Python debug support (1st gen).",