From 4dd75d33afd43cea3c4cc6d869425cfb81cb6130 Mon Sep 17 00:00:00 2001 From: Mathias Laurin Date: Sat, 11 Nov 2023 15:31:09 +0100 Subject: [PATCH] ci: Add Python 3.12 build --- .github/workflows/main.yml | 2 +- .github/workflows/typing.yml | 2 +- ChangeLog | 1 + README.rst | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0bcbed81..c04c73cb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - pyver: [cp38, cp39, cp310, cp311] + pyver: [cp38, cp39, cp310, cp311, cp312] version: [2.28.6] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/typing.yml b/.github/workflows/typing.yml index f9cafe50..3209eda5 100644 --- a/.github/workflows/typing.yml +++ b/.github/workflows/typing.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] env: BACKEND_DIR: "${{ github.workspace }}/.local" BACKEND_VERSION: "2.28.6" diff --git a/ChangeLog b/ChangeLog index 818f6472..fffd46dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ [next] * ci: Update wheels to mbedtls 2.28.6 +* ci: Add Python 3.12 build. [2.7.1] - 2023-07-15 diff --git a/README.rst b/README.rst index cefd67c3..228af182 100644 --- a/README.rst +++ b/README.rst @@ -67,7 +67,7 @@ Installation ============ The bindings are tested with mbedTLS 2.28.6 for Python 3.8, -3.9, 3.10, and 3.11 on Linux, macOS, and Windows. +3.9, 3.10, 3.11, and 3.12 on Linux, macOS, and Windows. `manylinux`_ wheels are available for 64-bit Linux systems. Install with ``pip install python-mbedtls``.