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

Commit

Permalink
ci: Run trial sqlite with Python 3.12.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
V02460 committed Aug 22, 2023
1 parent 7864d61 commit 3322656
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .ci/scripts/calculate_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ def set_output(key: str, value: str):
for version in ("3.9", "3.10", "3.11")
)

trial_sqlite_tests.append(
{
"python-version": "3.12.0-rc.1",
"database": "sqlite",
"extras": "all",
}
)


trial_postgres_tests = [
{
Expand Down

0 comments on commit 3322656

Please sign in to comment.