Skip to content

Commit

Permalink
Test workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbelo committed Nov 11, 2024
1 parent fc474a5 commit 1fac2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delphivcl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit 1fac2e3

Please sign in to comment.