From: Daniele Varrazzo Date: Mon, 31 Jul 2023 23:56:51 +0000 (+0100) Subject: ci: bump Python 3.12 test version to beta 4 X-Git-Tag: pool-3.2.0~78^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7fed071b9933e5bf19c8ab70386b0537570a60fd;p=thirdparty%2Fpsycopg.git ci: bump Python 3.12 test version to beta 4 --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4c014b366..13660315f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,14 +31,14 @@ jobs: - {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-alpha - 3.12", postgres: "postgres:15", libpq: oldest} + - {impl: python, python: "3.12.0-beta.4 - 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-alpha - 3.12", postgres: "postgres:10", libpq: newest} + - {impl: c, python: "3.12.0-beta.4 - 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"}