Skip to content

Commit 4a577d1

Browse files
authored
Merge pull request #170 from PyO3/dependabot/cargo/examples/namespace_package/pyo3-0.14.5
build(deps): bump pyo3 from 0.13.2 to 0.14.5 in /examples/namespace_package
2 parents 03e15c6 + e0dfbd3 commit 4a577d1

File tree

3 files changed

+25
-53
lines changed

3 files changed

+25
-53
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
done
8383
8484
- name: Test macOS universal2
85-
if: matrix.platform.os == 'macos-latest'
85+
if: matrix.platform.os == 'macos-latest' && !startsWith(matrix.python-version, 'pypy')
8686
shell: bash
8787
env:
8888
DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer

examples/namespace_package/Cargo.lock

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

examples/namespace_package/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ edition = "2018"
77
crate-type = ["cdylib"]
88

99
[dependencies.pyo3]
10-
version = "0.13.2"
10+
version = "0.14.5"
1111
features = ["extension-module"]

0 commit comments

Comments
 (0)