Skip to content

Commit edd1623

Browse files
authored
Merge pull request #181 from ldx/issue174
Fix #174
2 parents 21e40fa + 4e1f874 commit edd1623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iptc/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def _do_find_library(name):
7575

7676

7777
def _find_library(*names):
78-
if version_info > (3, ):
78+
if version_info >= (3, 3):
7979
ext = get_config_var("EXT_SUFFIX")
8080
else:
8181
ext = get_config_var('SO')

0 commit comments

Comments
 (0)