瀏覽代碼

Test against Python 3.12 release (#16511)

tags/v1.96.0rc1
Patrick Cloke 6 月之前
committed by GitHub
父節點
當前提交
68d9559fef
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. +2
    -2
      .ci/scripts/calculate_jobs.py
  2. +1
    -0
      changelog.d/16511.misc

+ 2
- 2
.ci/scripts/calculate_jobs.py 查看文件

@@ -47,7 +47,7 @@ if not IS_PR:
"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 @@ trial_postgres_tests = [
if not IS_PR:
trial_postgres_tests.append(
{
"python-version": "3.11",
"python-version": "3.12",
"database": "postgres",
"postgres-version": "16",
"extras": "all",


+ 1
- 0
changelog.d/16511.misc 查看文件

@@ -0,0 +1 @@
Run tests against Python 3.12.

Loading…
取消
儲存