Skip to content

Commit 8b4f6d0

Browse files
authored
Use abi3-py39 (#58)
1 parent 8b15998 commit 8b4f6d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: pyproject-fmt
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: "v0.11.9"
26+
rev: "v0.11.10"
2727
hooks:
2828
- id: ruff-format
2929
args: ["--config", "pyproject.toml"]

pyproject-fmt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ crate-type = ["cdylib"]
1515
[dependencies]
1616
common = {path = "../common" }
1717
regex = { version = "1.11.1" }
18-
pyo3 = { version = "0.25.0", features = ["abi3-py38"] } # integration with Python
18+
pyo3 = { version = "0.25.0", features = ["abi3-py39"] } # integration with Python
1919
lexical-sort = { version = "0.3.1" }
2020

2121
[features]

tox-toml-fmt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ crate-type = ["cdylib"]
1515
[dependencies]
1616
common = {path = "../common" }
1717
regex = { version = "1.11.1" }
18-
pyo3 = { version = "0.25.0", features = ["abi3-py38"] } # integration with Python
18+
pyo3 = { version = "0.25.0", features = ["abi3-py39"] } # integration with Python
1919
lexical-sort = { version = "0.3.1" }
2020

2121
[features]

0 commit comments

Comments
 (0)