We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258eb91 commit a54079fCopy full SHA for a54079f
delphifmx/__init__.py
@@ -13,7 +13,7 @@ def find_extension_module():
13
lib_dir = None
14
lib_ext = None
15
16
- 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"]):
17
raise ValueError(f"DelphiFMX doesn't support Python{py_ver}.")
18
19
if plat_sys == "Windows":
0 commit comments