Skip to content

Commit

Permalink
feat: add support for postgresql 16
Browse files Browse the repository at this point in the history
  • Loading branch information
jpvanhal committed Feb 19, 2024
1 parent 8316904 commit 4733194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
matrix:
include:
- python: "3.12"
postgresql: "15"
postgresql: "16"

- python: "3.11"
postgresql: "15"
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Unreleased
^^^^^^^^^^

- Add support for Python 3.12

- Add support for PostgreSQL 16

2.0.0 (2023-08-28)
^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 4733194

Please sign in to comment.