1 Commits
0.7.12 ... main

Author SHA1 Message Date
5dcf51b939 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
2026-02-09 13:23:26 +01:00

View File

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