From 2101ca0bfb85ccccc4beebb700a339807f508e23 Mon Sep 17 00:00:00 2001 From: Laiho Date: Sat, 18 Nov 2023 13:21:49 +0200 Subject: [PATCH] add python 3.12 --- .github/workflows/deploy.yml | 6 +++--- src/python/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 241f453f..67405503 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: runs-on: windows-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] target: [x86, x64] defaults: run: @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] target: [x86_64, aarch64] defaults: run: @@ -62,7 +62,7 @@ jobs: runs-on: macos-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] target: [x86_64, aarch64] defaults: run: diff --git a/src/python/pyproject.toml b/src/python/pyproject.toml index 588cd02b..c98a9c35 100644 --- a/src/python/pyproject.toml +++ b/src/python/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin>=0.13,<0.14"] +requires = ["maturin>=1.0,<2.0"] build-backend = "maturin" [project]