- {impl: python, python: "3.9", postgres: "postgres:12"}
- {impl: python, python: "3.10", postgres: "postgres:13"}
- {impl: python, python: "3.11", postgres: "postgres:14"}
- - {impl: python, python: "3.12.0-beta.4 - 3.12", postgres: "postgres:15", libpq: oldest}
+ - {impl: python, python: "3.12", postgres: "postgres:15", libpq: oldest}
- {impl: c, python: "3.7", postgres: "postgres:15", libpq: newest}
- {impl: c, python: "3.8", postgres: "postgres:13"}
- {impl: c, python: "3.9", postgres: "postgres:14"}
- {impl: c, python: "3.10", postgres: "postgres:12"}
- {impl: c, python: "3.11", postgres: "postgres:11", libpq: oldest}
- - {impl: c, python: "3.12.0-beta.4 - 3.12", postgres: "postgres:10", libpq: newest}
+ - {impl: c, python: "3.12", postgres: "postgres:10", libpq: newest}
- {impl: python, python: "3.9", ext: dns, postgres: "postgres:14"}
- {impl: python, python: "3.9", ext: postgis, postgres: "postgis/postgis"}
- {impl: python, python: "3.9"}
- {impl: python, python: "3.10"}
- {impl: python, python: "3.11"}
+ - {impl: python, python: "3.12"}
- {impl: c, python: "3.7"}
- {impl: c, python: "3.8"}
- {impl: c, python: "3.9"}
- {impl: c, python: "3.10"}
- {impl: c, python: "3.11"}
+ - {impl: c, python: "3.12"}
env:
PSYCOPG_IMPL: ${{ matrix.impl }}
- {impl: python, python: "3.9"}
- {impl: python, python: "3.10"}
- {impl: python, python: "3.11"}
+ - {impl: python, python: "3.12"}
- {impl: c, python: "3.7"}
- {impl: c, python: "3.8"}
- {impl: c, python: "3.9"}
- {impl: c, python: "3.10"}
- {impl: c, python: "3.11"}
+ - {impl: c, python: "3.12"}
env:
PSYCOPG_IMPL: ${{ matrix.impl }}
matrix:
include:
- {impl: c, crdb: "latest-v23.1", python: "3.10", libpq: newest}
- - {impl: python, crdb: "latest-v22.2", python: "3.11"}
+ - {impl: python, crdb: "latest-v22.2", python: "3.12"}
env:
PSYCOPG_IMPL: ${{ matrix.impl }}
DEPS: ./psycopg[test] ./psycopg_pool