Skip to content

Commit ab053b7

Browse files
committed
⬆️ Update PyO3 to 0.23.0
1 parent adb1ac2 commit ab053b7

File tree

5 files changed

+151
-63
lines changed

5 files changed

+151
-63
lines changed

.github/workflows/python.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# This file is autogenerated by maturin v1.7.1 (and modified)
2+
# To update, run
3+
#
4+
# maturin generate-ci github
5+
#
16
name: Python
27

38
on:

Cargo.lock

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

crates/pycolorsaurus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ name = "colorsaurus"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
pyo3 = "0.22.0"
12+
pyo3 = "0.23.0"
1313
terminal-colorsaurus = { path = "../.." }

crates/pycolorsaurus/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "colorsaurus"
7-
requires-python = ">=3.8"
7+
requires-python = ">=3.9"
88
classifiers = [
99
"Programming Language :: Rust",
1010
"Programming Language :: Python :: Implementation :: CPython",

0 commit comments

Comments
 (0)