Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 34394a8

Browse files
committed
ci: Run trial sqlite with Python 3.12.0-rc1
1 parent 7b41165 commit 34394a8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.ci/scripts/calculate_jobs.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ def set_output(key: str, value: str):
5050
for version in ("3.9", "3.10", "3.11")
5151
)
5252

53+
trial_sqlite_tests.append(
54+
{
55+
"python-version": "3.12.0-rc1",
56+
"database": "sqlite",
57+
"extras": "all",
58+
}
59+
)
60+
5361

5462
trial_postgres_tests = [
5563
{

0 commit comments

Comments
 (0)