]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci: bump Python 3.12 test version to beta 4
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 31 Jul 2023 23:56:51 +0000 (00:56 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 1 Aug 2023 02:47:43 +0000 (03:47 +0100)
.github/workflows/tests.yml

index 4c014b36685831d54eaeea25f19f3e6a8d868bb3..13660315fb942db6d06636fd8800c4f658787c3b 100644 (file)
@@ -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"}