Skip to content

Commit

Permalink
Pin maturin to use metadata 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
piercefreeman committed Dec 3, 2024
1 parent 2238d24 commit f9b89c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ mypy = "^1.8.0"
pytest = "^7.4.4"
ruff = "^0.1.14"
types-setuptools = "^69.0.0.20240125"
maturin = "^1.4.0"

# Pin for maturin until the latest pypi distribution action supports
# metadata 2.4: https://github.com/PyO3/maturin/issues/2335
maturin = "<1.7.6"
types-tqdm = "^4.66.0.20240106"
pytest-asyncio = "^0.23.4"
pyinstrument = "^4.6.2"
Expand All @@ -44,7 +47,9 @@ types-toml = "^0.10.8.20240310"
types-pygments = "^2.18.0.20240506"

[build-system]
requires = ["maturin>=1.3.0"]
# Pin for maturin until the latest pypi distribution action supports
# metadata 2.4: https://github.com/PyO3/maturin/issues/2335
requires = ["maturin>=1.3.0,<1.7.6"]
build-backend = "maturin"

[tool.mypy]
Expand Down

0 comments on commit f9b89c9

Please sign in to comment.