Skip to content

Commit dad53c0

Browse files
authored
Drop support for python 3.5 (#229)
* Drop support for 3.5 Signed-off-by: gaugup <gaugup@microsoft.com>
1 parent fc69958 commit dad53c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
long_description_content_type="text/x-rst",
2929
url="https://github.com/interpretml/DiCE",
3030
download_url="https://github.com/interpretml/DiCE/archive/v"+VERSION_STR+".tar.gz",
31-
python_requires='>=3.5',
31+
python_requires='>=3.6',
3232
packages=setuptools.find_packages(),
3333
classifiers=[
3434
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)