Skip to content

Commit

Permalink
PostgreSQL versions: add 16, drop 11
Browse files Browse the repository at this point in the history
  • Loading branch information
tlocke committed Nov 13, 2023
1 parent 017959e commit c662f40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
postgresql-version: [15, 14, 13, 12, 11]
postgresql-version: [16, 15, 14, 13, 12]

container:
image: python:${{ matrix.python-version }}
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
matrix:
python-version: ["3.11"]
postgresql-version: ["15", "11"]
postgresql-version: ["16", "12"]
auth-type: [md5, gss, password, scram-sha-256]

container:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pg8000
pg8000 is a pure-`Python <https://www.python.org/>`_
`PostgreSQL <http://www.postgresql.org/>`_ driver that complies with
`DB-API 2.0 <http://www.python.org/dev/peps/pep-0249/>`_. It is tested on Python
versions 3.8+, on CPython and PyPy, and PostgreSQL versions 11+. pg8000's name comes
versions 3.8+, on CPython and PyPy, and PostgreSQL versions 12+. pg8000's name comes
from the belief that it is probably about the 8000th PostgreSQL interface for Python.
pg8000 is distributed under the BSD 3-clause license.

Expand Down

0 comments on commit c662f40

Please sign in to comment.