Skip to content

Commit

Permalink
Bump minimum PostgreSQL/libpq versions.
Browse files Browse the repository at this point in the history
These versions were still set to 10.0, but the oldest supported version
is 12.x.
  • Loading branch information
jtv committed Jun 19, 2024
1 parent b708be4 commit 5031f5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"description": "Minimum versions needed of various things.",
"c++": "17",
"libpq": "10.0",
"postgresql": "10.0",
"libpq": "12.0",
"postgresql": "12.0",
"gcc": "9",
"clang": "12",
"msvc": "2019"
Expand Down

0 comments on commit 5031f5b

Please sign in to comment.