mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-13 04:26:33 +03:00
ci: test with PostgreSQL 17
This commit is contained in:
parent
563b55a725
commit
8c9a35de38
14
.github/workflows/tests.yml
vendored
14
.github/workflows/tests.yml
vendored
|
@ -18,15 +18,15 @@ jobs:
|
|||
- {python: "3.10", postgres: "14"}
|
||||
- {python: "3.11", postgres: "15"}
|
||||
- {python: "3.12", postgres: "16"}
|
||||
- {python: "3.13-dev", postgres: "16"}
|
||||
- {python: "3.13-dev", postgres: "17"}
|
||||
|
||||
# Opposite extremes of the supported Py/PG range, other architecture
|
||||
- {python: "3.8", postgres: "15", architecture: "x86"}
|
||||
- {python: "3.9", postgres: "14", architecture: "x86"}
|
||||
- {python: "3.10", postgres: "13", architecture: "x86"}
|
||||
- {python: "3.11", postgres: "11", architecture: "x86"}
|
||||
- {python: "3.12", postgres: "10", architecture: "x86"}
|
||||
- {python: "3.13-dev", postgres: "10", architecture: "x86"}
|
||||
- {python: "3.8", postgres: "17", architecture: "x86"}
|
||||
- {python: "3.9", postgres: "16", architecture: "x86"}
|
||||
- {python: "3.10", postgres: "15", architecture: "x86"}
|
||||
- {python: "3.11", postgres: "14", architecture: "x86"}
|
||||
- {python: "3.12", postgres: "13", architecture: "x86"}
|
||||
- {python: "3.13-dev", postgres: "12", architecture: "x86"}
|
||||
|
||||
env:
|
||||
PSYCOPG2_TESTDB: postgres
|
||||
|
|
Loading…
Reference in New Issue
Block a user