Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Aug 13, 2024
1 parent d2b3db0 commit 171eec5
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ sdist.exclude = [
[[tool.scikit-build.generate]]
path = "boost_histogram/version.py"
template = '''
__version__ = version = '$version'
__version__ = version = "$version"
'''


Expand Down Expand Up @@ -165,11 +165,11 @@ build-frontend = "build[uv]"
test-extras = "test"
test-command = "pytest --benchmark-disable {project}/tests"
skip = [
"pp37-*",
"pp38-*",
"pp3[78]-*",
"cp313t-*win*"
]
test-skip = [
"cp37-musllinux_*",
"cp3[78]-musllinux_*",
]
free-threaded-support = true
environment-pass = ["SETUPTOOLS_SCM_PRETEND_VERSION"]
Expand All @@ -185,8 +185,7 @@ build-frontend = {name = "build", args = ["--exports", "whole_archive"]}

[[tool.cibuildwheel.overrides]]
select = ["cp313*", "pp310*"]
inherit.environment = "append"
before-test = 'uv pip install "numpy>=2.1.0rc1"'
before-test = 'uv pip install --only-binary=:all: "numpy>=2.1.0rc1"'


[tool.pylint]
Expand Down

0 comments on commit 171eec5

Please sign in to comment.