File tree Expand file tree Collapse file tree 3 files changed +17
-17
lines changed
Expand file tree Collapse file tree 3 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 11[package ]
22name = " uuid-utils"
3- version = " 0.11.1 "
3+ version = " 0.12.0 "
44edition = " 2021"
55
66[lib ]
@@ -9,13 +9,13 @@ crate-type = ["cdylib"]
99
1010[dependencies ]
1111mac_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]}
1717rand = " 0.9.2"
18- uuid = { version = " 1.18" , features = [
18+ uuid = { version = " 1.18.1 " , features = [
1919 " v1" ,
2020 " v3" ,
2121 " v4" ,
You can’t perform that action at this time.
0 commit comments