Skip to content

Commit 1227e88

Browse files
committed
Adding support to Python 3.11
1 parent 8ce3643 commit 1227e88

26 files changed

+8
-6
lines changed

delphivcl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def findmodule():
1010
ossys = platform.system()
1111
libdir = None
1212

13-
if not (pyver in ["3.6", "3.7", "3.8", "3.9", "3.10"]):
13+
if not (pyver in ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]):
1414
raise PyVerNotSupported(f"DelphiVCL doesn't support Python{pyver}.")
1515

1616
if ossys == "Windows":
File renamed without changes.

0 commit comments

Comments
 (0)