We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91be1ac commit 053623dCopy full SHA for 053623d
setup.py
@@ -28,6 +28,7 @@
28
version=version,
29
packages=setuptools.find_packages(),
30
package_data={'': ['*.txt', '*.md']},
31
+ python_requires=">=3.5",
32
install_requires=[
33
'liac-arff>=2.4.0',
34
'xmltodict',
@@ -72,7 +73,6 @@
72
73
'Operating System :: Unix',
74
'Operating System :: MacOS',
75
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.4',
76
'Programming Language :: Python :: 3.5',
77
'Programming Language :: Python :: 3.6',
78
'Programming Language :: Python :: 3.7'])
0 commit comments