Skip to content

Commit cb052a1

Browse files
authored
Version 0.12.0 (#92)
1 parent fcf0d0d commit cb052a1

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: PyO3/maturin-action@v1
4444
with:
4545
target: ${{ matrix.target }}
46-
args: --release --out dist -i 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.9 pypy3.10
46+
args: --release --out dist -i 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.11
4747
sccache: "true"
4848
manylinux: auto
4949
- name: Install and test
@@ -75,7 +75,7 @@ jobs:
7575
rust-toolchain: stable
7676
target: ${{ matrix.target }}
7777
manylinux: auto
78-
args: --release --out dist -i 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.9 pypy3.10
78+
args: --release --out dist -i 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.11
7979
- uses: uraimo/run-on-arch-action@v2.8.1
8080
if: matrix.target != 'ppc64'
8181
name: Install built wheel
@@ -211,7 +211,7 @@ jobs:
211211
matrix:
212212
py:
213213
- { i: "3.9 3.10 3.11 3.12 3.13 3.14", py: "3.9" }
214-
- { i: "pypy3.9 pypy3.10 3.11 3.12 3.13 3.14", py: "pypy3.10" }
214+
- { i: "pypy3.11 pypy3.11 3.11 3.12 3.13 3.14", py: "pypy3.11" }
215215
steps:
216216
- uses: actions/checkout@v4
217217
- uses: actions/setup-python@v5

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uuid-utils"
3-
version = "0.11.1"
3+
version = "0.12.0"
44
edition = "2021"
55

66
[lib]
@@ -9,13 +9,13 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
mac_address = "1.1.8"
12-
pyo3 = { version = "0.26.0", features = [
12+
pyo3 = { version = "0.27.2", features = [
1313
"extension-module",
1414
"generate-import-lib",
1515
"abi3-py39"
1616
]}
1717
rand = "0.9.2"
18-
uuid = { version = "1.18", features = [
18+
uuid = { version = "1.18.1", features = [
1919
"v1",
2020
"v3",
2121
"v4",

0 commit comments

Comments
 (0)