mirror of
https://github.com/Steffo99/async-chain.git
synced 2024-11-23 13:34:22 +00:00
🔧 Closes #3: Decrease Python version requirement to 3.6
This commit is contained in:
parent
80f5091313
commit
3b4b4b4c32
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ classifiers = [
|
|||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
python = "^3.6"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^6.2.4"
|
||||
|
|
Loading…
Reference in a new issue