Skip to content

Commit 8a8bc01

Browse files
committed
fix: change python version
1 parent 8f2ee7d commit 8a8bc01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
packages = [{include = "casbin_databases_adapter"}]
99

1010
[tool.poetry.dependencies]
11-
python = "^3.9"
11+
python = "^3.8"
1212
SQLAlchemy = "1.4.46"
1313
databases = "0.7.0"
1414
asynccasbin = "1.1.8"

0 commit comments

Comments
 (0)