1
Fork 0
mirror of https://github.com/Steffo99/async-chain.git synced 2024-10-16 04:57:27 +00:00

🔧 Closes #3: Decrease Python version requirement to 3.6

This commit is contained in:
Steffo 2021-06-14 16:34:02 +02:00
parent 80f5091313
commit 3b4b4b4c32
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -18,7 +18,7 @@ classifiers = [
]
[tool.poetry.dependencies]
python = "^3.9"
python = "^3.6"
[tool.poetry.dev-dependencies]
pytest = "^6.2.4"