Skip to content

Commit e1ac311

Browse files
authored
Hack: Reduce python version constraint
1 parent 15f3254 commit e1ac311

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
@@ -23,6 +23,6 @@
2323
"License :: OSI Approved :: MIT License",
2424
"Operating System :: OS Independent",
2525
],
26-
python_requires='>=3.7',
26+
python_requires='>=3.6',
2727
keywords="Tensorflow BERT NLP deep learning Transformer Networks "
2828
)

0 commit comments

Comments
 (0)