Skip to content

Commit

Permalink
Merge pull request #65 from getsentry/use_python_3_10
Browse files Browse the repository at this point in the history
Build wheels with Python 3.10
  • Loading branch information
armenzg authored Sep 18, 2024
2 parents 931d192 + 399f3c7 commit a6a4175
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.8
3.10.11
2 changes: 1 addition & 1 deletion bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pyo3 = { version = "0.22.1", features = [
"anyhow",
"extension-module",
"serde",
"abi3-py311",
"abi3-py310",
] }
rust-ophio = { path = "../rust" }
smol_str = "0.2.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ manifest-path = "bindings/Cargo.toml"
python-source = "python"

[tool.mypy]
python_version = "3.11"
python_version = "3.10"
plugins = ["pydantic.mypy"]
files = ["."]
exclude = ["^.venv/"]
Expand Down

0 comments on commit a6a4175

Please sign in to comment.