From 1fac2e3b1e99e4b4aa67cbf219fddd7e1446bf3b Mon Sep 17 00:00:00 2001 From: lmbelo Date: Mon, 11 Nov 2024 20:24:08 -0300 Subject: [PATCH] Test workflow update --- delphivcl/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/delphivcl/__init__.py b/delphivcl/__init__.py index 0e1436b..12ffea2 100644 --- a/delphivcl/__init__.py +++ b/delphivcl/__init__.py @@ -11,7 +11,7 @@ def find_extension_module(): plat_sys = platform.system() lib_dir = None - if not (py_ver in ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]): + if not (py_ver in ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]): raise ValueError(f"DelphiVCL doesn't support Python{py_ver}.") if plat_sys == "Windows":