Skip to content

Commit c1fd243

Browse files
committed
Require version mpyq 0.2.3 for python3 support
1 parent f9ac22c commit c1fd243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
]
4848
},
4949

50-
install_requires=['mpyq>=0.2.2', 'argparse', 'ordereddict', 'unittest2'] if float(sys.version[:3]) < 2.7 else ['mpyq>=0.2.2'],
50+
install_requires=['mpyq>=0.2.3', 'argparse', 'ordereddict', 'unittest2'] if float(sys.version[:3]) < 2.7 else ['mpyq>=0.2.3'],
5151
packages=setuptools.find_packages(),
5252
include_package_data=True,
5353
zip_safe=True

0 commit comments

Comments
 (0)