We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc474a5 commit 6fc3fc1Copy full SHA for 6fc3fc1
delphivcl/__init__.py
@@ -11,7 +11,7 @@ def find_extension_module():
11
plat_sys = platform.system()
12
lib_dir = None
13
14
- if not (py_ver in ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]):
+ if not (py_ver in ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]):
15
raise ValueError(f"DelphiVCL doesn't support Python{py_ver}.")
16
17
if plat_sys == "Windows":
0 commit comments