Skip to content

Commit

Permalink
⬆️ ozi-core~=1.0.11
Browse files Browse the repository at this point in the history
Signed-off-by: Eden Ross Duff, MSc <ozi.project@outlook.com>
  • Loading branch information
rjdbcm authored Sep 3, 2024
1 parent abedf89 commit 8f57998
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[build-system]
build-backend = "ozi_build.buildapi"
requires = [
"OZI.build[core,uv]~=1.4",
"OZI.build[core,uv]~=1.5",
]

[tool.ozi-build.entry-points]
Expand Down Expand Up @@ -55,7 +55,7 @@ tag_regex = "^(?P<prefix>v)?(?P<version>[^\\+]+)(?P<suffix>.*)?$"
[project]
dynamic = ["version"]
license = {file = "LICENSE.txt"}
dependencies = ['ozi-core~=1.0.10', 'setuptools_scm[toml]', 'tomli>=2.0.0;python_version<"3.11"']
dependencies = ['ozi-core~=1.0.11', 'setuptools_scm[toml]', 'tomli>=2.0.0;python_version<"3.11"']

[project.optional_dependencies] # also meson test suite names
# continuous integration
Expand Down Expand Up @@ -368,7 +368,7 @@ package = wheel
deps =
uv
commands_pre =
python -m uv pip install OZI.build[uv,core]~=1.4
python -m uv pip install OZI.build[uv,core]~=1.5
pipx install --python=python meson
commands =
meson setup {env_tmp_dir} -Ddist=disabled -Dtox-env-dir={env_dir}
Expand Down

0 comments on commit 8f57998

Please sign in to comment.