Skip to content

Commit

Permalink
ci: Add Python 3.12 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Synss committed Nov 11, 2023
1 parent f594cd9 commit 4dd75d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``.
Expand Down

0 comments on commit 4dd75d3

Please sign in to comment.