andreped commited on
Commit
a844dc3
1 Parent(s): eb78b64

updated python version dependency

Browse files
Files changed (1) hide show
  1. setup.py +4 -1
setup.py CHANGED
@@ -24,7 +24,10 @@ setuptools.setup(
24
  },
25
  install_requires=required,
26
  classifiers=[
27
- "Programming Language :: Python :: 3",
 
 
 
28
  "License :: OSI Approved :: MIT License",
29
  "Operating System :: OS Independent",
30
  ],
 
24
  },
25
  install_requires=required,
26
  classifiers=[
27
+ "Programming Language :: Python :: 3.6",
28
+ "Programming Language :: Python :: 3.7",
29
+ "Programming Language :: Python :: 3.8",
30
+ "Programming Language :: Python :: 3.9",
31
  "License :: OSI Approved :: MIT License",
32
  "Operating System :: OS Independent",
33
  ],