Skip to content

Commit

Permalink
Support Postgres 16 (#886)
Browse files Browse the repository at this point in the history
* support Postgres 16

* remove Postgres 10
  • Loading branch information
dantownsend authored Sep 16, 2023
1 parent 84e9432 commit d1f6c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
postgres-version: [10, 11, 12, 13, 14, 15]
postgres-version: [11, 12, 13, 14, 15, 16]

# Service containers to run with `container-job`
services:
Expand Down

0 comments on commit d1f6c35

Please sign in to comment.