From 5d158c0b4b50bafcbc9b7c1f6ac3dffe03882c67 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Tue, 17 Oct 2023 14:12:06 -0400 Subject: [PATCH 1/2] BUmp to 3.12 releases. --- .ci/scripts/calculate_jobs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/scripts/calculate_jobs.py b/.ci/scripts/calculate_jobs.py index 7575683ab47e..ab1d2147270c 100755 --- a/.ci/scripts/calculate_jobs.py +++ b/.ci/scripts/calculate_jobs.py @@ -47,7 +47,7 @@ def set_output(key: str, value: str): "database": "sqlite", "extras": "all", } - for version in ("3.9", "3.10", "3.11", "3.12.0-rc.2") + for version in ("3.9", "3.10", "3.11", "3.12") ) trial_postgres_tests = [ @@ -62,7 +62,7 @@ def set_output(key: str, value: str): if not IS_PR: trial_postgres_tests.append( { - "python-version": "3.11", + "python-version": "3.12", "database": "postgres", "postgres-version": "16", "extras": "all", From e67a0c8340872b8e11f110172ba15d851298c70e Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Tue, 17 Oct 2023 14:12:50 -0400 Subject: [PATCH 2/2] Newsfragment --- changelog.d/16511.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/16511.misc diff --git a/changelog.d/16511.misc b/changelog.d/16511.misc new file mode 100644 index 000000000000..7b7d9ee5b8c6 --- /dev/null +++ b/changelog.d/16511.misc @@ -0,0 +1 @@ +Run tests against Python 3.12.