Skip to content

Commit

Permalink
feat: python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokto committed Sep 13, 2024
1 parent c782b6e commit b32e16b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
maturin-version: latest
command: build
manylinux: auto
args: --release --sdist -i 3.8 3.9 3.10 3.11
args: --release --sdist -i 3.8 3.9 3.10 3.11 3.12
- uses: actions/upload-artifact@v1
with:
name: linux-wheels
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,6 +1,6 @@
[package]
name = "lzstring_optimized"
version = "0.6.0"
version = "0.7.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit b32e16b

Please sign in to comment.