Skip to content

Commit d76812a

Browse files
authored
update to PyO3 0.19.1 (#731)
1 parent d285975 commit d76812a

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
platform: linux
303303
- os: windows
304304
ls: dir
305-
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.8 pypy3.9
305+
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.8 pypy3.9 pypy3.10
306306
- os: windows
307307
ls: dir
308308
target: i686
@@ -378,7 +378,7 @@ jobs:
378378
target: ${{ matrix.target }}
379379
manylinux: ${{ matrix.manylinux || 'auto' }}
380380
container: ${{ matrix.container }}
381-
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.7 3.8 3.9 3.10 3.11 3.12 pypy3.7 pypy3.8 pypy3.9' }}
381+
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.7 3.8 3.9 3.10 3.11 3.12 pypy3.7 pypy3.8 pypy3.9 pypy3.10' }}
382382
rust-toolchain: stable
383383
docker-options: -e CI
384384

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ include = [
2626
]
2727

2828
[dependencies]
29-
pyo3 = { version = "0.19.0", features = ["generate-import-lib", "num-bigint"] }
29+
pyo3 = { version = "0.19.1", features = ["generate-import-lib", "num-bigint"] }
3030
regex = "1.6.0"
3131
strum = { version = "0.25.0", features = ["derive"] }
3232
strum_macros = "0.24.3"

0 commit comments

Comments
 (0)