async_pymongo: Set minimal python version to 3.7

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
wulan17 2023-05-19 20:01:05 +07:00
parent ce56855cfe
commit 2aa742d804
No known key found for this signature in database
GPG Key ID: 318CD6CD3A6AC0A5
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "async-pymongo"
version = "0.1.0"
version = "0.1.1"
description = "Asynchronous wrapper for pymongo"
license = "GPL-3.0-or-later"
authors = [
@ -29,7 +29,7 @@ classifiers = [
packages = [{include = "async_pymongo"}]
[tool.poetry.dependencies]
python = "^3.11"
python = "^3.7"
pymongo = "^4.3.3"