Skip to content
Snippets Groups Projects
Commit 112dc2b9 authored by Ahmed Ilyas's avatar Ahmed Ilyas
Browse files

Use newer version of setuptools

Changelog: changed
parent fcd4c786
Branches
Tags
1 merge request!2426Use newer version of setuptools
......@@ -338,7 +338,7 @@ python package install tests:
uv venv -p $PYTHON_VERSION
uv pip install dist/nomad-*.tar.gz
uv pip install dist/nomad_*.tar.gz
./.venv/bin/python -c 'import nomad.cli'
./.venv/bin/python -c 'from nomad.client import ArchiveQuery'
......
[build-system]
requires = ["setuptools<69.3.0", "setuptools-scm"]
requires = ["setuptools>=77", "setuptools-scm"]
build-backend = "setuptools.build_meta"
[project]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment