Skip to content

Commit ae65702

Browse files
committed
Releasing delphifmx for Conda in macOS
1 parent ded098d commit ae65702

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

delphifmx/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ def findmodule():
4141

4242
libext = ".so"
4343
elif ossys == "Darwin":
44-
if is_conda:
45-
raise PyVerNotSupported("DelphiFMX doesn't support Python on macOS with Conda environment yet.")
46-
elif (pyver == "3.6"):
47-
raise PyVerNotSupported("DelphiFMX doesn't support Python3.6 on macOS.")
48-
4944
if platmac == "x86_64":
5045
#macOS x86_64
5146
libdir = "OSX64"

0 commit comments

Comments
 (0)