Skip to content

Commit

Permalink
Bumped to build Python 3.13 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
MeirKriheli committed Oct 15, 2024
1 parent 62ed3e4 commit 260e7e0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
3.10
3.11
3.12
3.13
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Changelog

.. :changelog:
0.6.1
-----

* Bumped to build Python 3.13 wheels

0.6.0
-----

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Meir Kriheli <mkriheli@gmail.com>"]
name = "python-bidi"
version = "0.6.0"
version = "0.6.1"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "python-bidi"
version = "0.6.0"
version = "0.6.1"
readme = "README.rst"
keywords = ["bidi", "unicode", "layout"]
description = "Python Bidi layout wrapping the Rust crate unicode-bidi"
Expand Down

0 comments on commit 260e7e0

Please sign in to comment.