diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 32baf4a..044c233 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -24,6 +24,8 @@ jobs: with: submodules: recursive persist-credentials: false + fetch-depth: 0 + fetch-tags: true # Used to host cibuildwheel - uses: actions/setup-python@v6 diff --git a/pyproject.toml b/pyproject.toml index bcafbdc..f591e89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "pandas>=2.3.3", "pytest>=8.4.2", ] -requires-python = ">=3.9" +requires-python = ">=3.12" authors = [{ name = "RAYX team", email = "rayx-support@helmholtz-berlin.de" }] maintainers = [ { name = "RAYX team", email = "rayx-support@helmholtz-berlin.de" }, @@ -45,7 +45,4 @@ pythonpath = ["python"] package = false [dependency-groups] -dev = [ - "setuptools-scm>=10.2.0", - "twine>=6.2.0", -] +dev = ["setuptools-scm>=10.2.0", "twine>=6.2.0"]