From 259393f5e39fa2859b8163239a7d1f15a4c4e5e1 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Tue, 24 Sep 2024 14:30:00 +0200 Subject: [PATCH] Add Python 3.13.0rc2 to the trial test matrix --- .ci/scripts/calculate_jobs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/scripts/calculate_jobs.py b/.ci/scripts/calculate_jobs.py index 92bd192fd1..9684a68ed9 100755 --- a/.ci/scripts/calculate_jobs.py +++ b/.ci/scripts/calculate_jobs.py @@ -53,7 +53,7 @@ def set_output(key: str, value: str): "database": "sqlite", "extras": "all", } - for version in ("3.9", "3.10", "3.11", "3.12") + for version in ("3.9", "3.10", "3.11", "3.12", "3.13.0rc2") ) trial_postgres_tests = [