Skip to content

Commit 16dfb0d

Browse files
committed
add py3.6 support.
1 parent ba71237 commit 16dfb0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "shazamio"
3-
version = "0.0.2"
4-
description = "Is a asynchronous framework from reverse engineered Shazam API written in Python 3.7 with asyncio and aiohttp."
3+
version = "0.0.3"
4+
description = "Is a asynchronous framework from reverse engineered Shazam API written in Python 3.6+ with asyncio and aiohttp."
55
authors = ["dotX12"]
66
license = "MIT License"
77
keywords = ["python", "shazam", "music", "recognize", "api", "async", "asyncio", "aiohttp", "identification"]
@@ -14,7 +14,7 @@ include = [
1414
]
1515

1616
[tool.poetry.dependencies]
17-
python = "^3.7"
17+
python = "^3.6"
1818
numpy = "^1.20.1"
1919
aiohttp = "^3.7.4"
2020
pydub = "^0.24.1"

0 commit comments

Comments
 (0)