Skip to content

Commit bdf4800

Browse files
committed
Add support for 3.9+
1 parent adb757b commit bdf4800

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ classifiers = [
1717
"Operating System :: OS Independent",
1818
"Programming Language :: Python",
1919
"Programming Language :: Python :: 3",
20-
"Programming Language :: Python :: 3.8",
2120
"Programming Language :: Python :: 3.9",
2221
"Programming Language :: Python :: 3.10",
2322
"Programming Language :: Python :: 3.11",
@@ -49,7 +48,7 @@ packages = [
4948
]
5049

5150
[tool.poetry.dependencies]
52-
python = "^3.8"
51+
python = "^3.9"
5352
psycopg2 = "^2.9.9"
5453

5554
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)