diff --git a/delphifmx/__init__.py b/delphifmx/__init__.py index 1eb8b51..bd2bc13 100644 --- a/delphifmx/__init__.py +++ b/delphifmx/__init__.py @@ -13,7 +13,7 @@ def find_extension_module(): lib_dir = None lib_ext = 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"DelphiFMX doesn't support Python{py_ver}.") if plat_sys == "Windows":