Use requires-python from pyproject.toml in conda-recipe
All checks were successful
pyzebra CI/CD pipeline / test-env (push) Successful in 2m1s
pyzebra CI/CD pipeline / prod-env (push) Has been skipped
pyzebra CI/CD pipeline / cleanup (push) Successful in 1s

This commit is contained in:
2026-02-09 13:23:26 +01:00
parent f9844d6b82
commit 5dcf51b939

View File

@@ -17,15 +17,14 @@ build:
requirements: requirements:
host: host:
- python >=3.8 - python {{ pyproject['project']['requires-python'] }}
- hatchling - hatchling
run: run:
- python >=3.8 - python {{ pyproject['project']['requires-python'] }}
{% for dep in pyproject['project']['dependencies'] %} {% for dep in pyproject['project']['dependencies'] %}
- {{ dep }} - {{ dep }}
{% endfor %} {% endfor %}
about: about:
home: {{ pyproject['project']['urls']['Homepage'] }} home: {{ pyproject['project']['urls']['Homepage'] }}
summary: {{ pyproject['project']['description'] }} summary: {{ pyproject['project']['description'] }}