From 21f92e17b26c46770e0f455dc1a5ff195e48c308 Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Mon, 11 Dec 2023 23:50:12 -0800 Subject: [PATCH] add Python 3.12 to CI --- .github/workflows/push.yml | 2 +- .github/workflows/tag.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index e09c777..cd9dbe6 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -16,7 +16,7 @@ jobs: # - tag.yml # - maturin_build_wheel.py # - the c_impl tests below - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] rust-toolchain: [stable, beta, nightly] platform: [ # This list should be kept in sync with tag.yml. diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index b3284f2..a15e254 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -14,7 +14,7 @@ jobs: # This list needs to be kept in sync with: # - push.yml (rust_impl and c_impl) # - maturin_build_wheel.py - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] platform: [ # This list should be kept in sync with push.yml. { os: "ubuntu-latest", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu", name: "Linux x64" },