Skip to content

Commit 053623d

Browse files
PGijsbersmfeurer
authored andcommitted
Remove Py3.4 trove classifier, add python_requires (#755)
* Remove Py3.4 classifier, add python_requires * Remove space.
1 parent 91be1ac commit 053623d

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
@@ -28,6 +28,7 @@
2828
version=version,
2929
packages=setuptools.find_packages(),
3030
package_data={'': ['*.txt', '*.md']},
31+
python_requires=">=3.5",
3132
install_requires=[
3233
'liac-arff>=2.4.0',
3334
'xmltodict',
@@ -72,7 +73,6 @@
7273
'Operating System :: Unix',
7374
'Operating System :: MacOS',
7475
'Programming Language :: Python :: 3',
75-
'Programming Language :: Python :: 3.4',
7676
'Programming Language :: Python :: 3.5',
7777
'Programming Language :: Python :: 3.6',
7878
'Programming Language :: Python :: 3.7'])

0 commit comments

Comments
 (0)