Skip to content

Commit e82eba3

Browse files
committed
Lower python version requirement
1 parent 3a2a646 commit e82eba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
repository = "https://github.com/Mause/duckdb_engine"
99

1010
[tool.poetry.dependencies]
11-
python = "^3.8"
11+
python = "^3.6"
1212
duckdb = "^0.2.3"
1313
sqlalchemy = "^1.3.19"
1414

0 commit comments

Comments
 (0)