Skip to content

Commit 7ca02d4

Browse files
committed
drop support for python 3.7 and 3.8, update dependencies
1 parent 1869f9d commit 7ca02d4

File tree

2 files changed

+44
-141
lines changed

2 files changed

+44
-141
lines changed

poetry.lock

+43-140
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
]
1111

1212
[tool.poetry.dependencies]
13-
python = "^3.7"
13+
python = "^3.9"
1414
psycopg2 = ">=2.9.3"
1515

1616
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)