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: 3.1.10~6^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7ebc034e04c77fb421d5c9c87414df8484848be;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"}