Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit36d391d

Browse files
committed
Test on PostgreSQL 18
1 parente534e5f commit36d391d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎.github/workflows/tests.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
-name:Setup PostgreSQL
5757
if:"!steps.release.outputs.is_release && matrix.os == 'macos-latest'"
5858
run:|
59-
brew install postgresql
59+
brew install postgresql@18
6060
6161
-name:Set up Python ${{ matrix.python-version }}
6262
uses:actions/setup-python@v6
@@ -86,7 +86,7 @@ jobs:
8686
test-postgres:
8787
strategy:
8888
matrix:
89-
postgres-version:["9.5", "9.6", "10", "11", "12", "13", "14", "15", "16", "17"]
89+
postgres-version:["9.5", "9.6", "10", "11", "12", "13", "14", "15", "16", "17", "18"]
9090

9191
runs-on:ubuntu-latest
9292

‎README.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ framework. You can read more about asyncpg in an introductory
1414
`blog post<http://magic.io/blog/asyncpg-1m-rows-from-postgres-to-python/>`_.
1515

1616
asyncpg requires Python 3.9 or later and is supported for PostgreSQL
17-
versions 9.5 to17. Other PostgreSQL versions or other databases
17+
versions 9.5 to18. Other PostgreSQL versions or other databases
1818
implementing the PostgreSQL protocol *may* work, but are not being
1919
actively tested.
2020

‎docs/index.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ of PostgreSQL server binary protocol for use with Python's ``asyncio``
1616
framework.
1717

1818
**asyncpg** requires Python 3.9 or later and is supported for PostgreSQL
19-
versions 9.5 to17. Other PostgreSQL versions or other databases implementing
19+
versions 9.5 to18. Other PostgreSQL versions or other databases implementing
2020
the PostgreSQL protocol *may* work, but are not being actively tested.
2121

2222
Contents

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp