Skip to content

Commit 6c0d37c

Browse files
committed
updage python versions and add badge
1 parent fd81290 commit 6c0d37c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
</a>
2323

2424
<a href='https://pypi.org/project/datacrunch/'>
25-
<img src='https://img.shields.io/pypi/v/datacrunch?logo=python&logoColor=green'></img>
25+
<img src='https://img.shields.io/pypi/v/datacrunch?logo=python'></img>
2626
</a>
2727

28-
<a href='https://datacrunch.io'>
29-
<img src='https://img.shields.io/badge/datacrunch-.io-blue'></img>
28+
<a href='https://pypi.org/project/datacrunch/'>
29+
<img src='https://img.shields.io/pypi/pyversions/datacrunch'></img>
3030
</a>
3131
</p>
3232

33-
The official DataCrunch.io Python SDK.
33+
The official [DataCrunch.io](https://datacrunch.io) Python SDK.
3434

3535
The SDK's documentation is available on [ReadTheDocs](https://datacrunch-python.readthedocs.io/en/latest/)
3636

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
},
2828
classifiers=[
2929
"Programming Language :: Python :: 3",
30-
'Programming Language :: Python :: 3.5',
3130
'Programming Language :: Python :: 3.6',
3231
'Programming Language :: Python :: 3.7',
3332
'Programming Language :: Python :: 3.8',
33+
'Programming Language :: Python :: 3.9',
3434
"Development Status :: 4 - Beta",
3535
"Intended Audience :: Developers",
3636
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)