Skip to content

Commit 98576f3

Browse files
committed
bump explicitly supported versions in setup.py
1 parent 7e03d53 commit 98576f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
'Programming Language :: Python :: 3.5',
2727
'Programming Language :: Python :: 3.6',
2828
'Programming Language :: Python :: 3.7',
29+
'Programming Language :: Python :: 3.8',
30+
'Programming Language :: Python :: 3.9',
2931
'License :: OSI Approved :: MIT License'
3032
],
3133
install_requires=['requests>=2.0', 'pandas>=0.25', 'lxml'],

0 commit comments

Comments
 (0)