We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
setup.py
1 parent 7e03d53 commit 98576f3Copy full SHA for 98576f3
setup.py
@@ -26,6 +26,8 @@
26
'Programming Language :: Python :: 3.5',
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
],
33
install_requires=['requests>=2.0', 'pandas>=0.25', 'lxml'],
0 commit comments