Skip to content

Commit ca1055b

Browse files
authored
update to PyO3 0.19.2 (#844)
1 parent d15d039 commit ca1055b

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
- 'pypy3.7'
7575
- 'pypy3.8'
7676
- 'pypy3.9'
77+
- 'pypy3.10'
7778

7879
runs-on: ubuntu-latest
7980

@@ -152,7 +153,7 @@ jobs:
152153
matrix:
153154
python-version:
154155
- '3.11'
155-
- 'pypy3.9'
156+
- 'pypy3.10'
156157

157158
steps:
158159
- uses: actions/checkout@v3

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ include = [
2626
]
2727

2828
[dependencies]
29-
pyo3 = { version = "0.19.1", features = ["generate-import-lib", "num-bigint"] }
29+
pyo3 = { version = "0.19.2", features = ["generate-import-lib", "num-bigint"] }
3030
regex = "1.6.0"
3131
strum = { version = "0.25.0", features = ["derive"] }
3232
strum_macros = "0.25.1"
@@ -64,9 +64,9 @@ debug = true
6464
strip = false
6565

6666
[dev-dependencies]
67-
pyo3 = { version = "0.19.0", features = ["auto-initialize"] }
67+
pyo3 = { version= "0.19.2", features = ["auto-initialize"] }
6868

6969
[build-dependencies]
7070
version_check = "0.9.4"
7171
# used where logic has to be version/distribution specific, e.g. pypy
72-
pyo3-build-config = "0.19.0"
72+
pyo3-build-config = { version = "0.19.2" }

0 commit comments

Comments
 (0)