Skip to content

Commit

Permalink
Update minimum python to 3.10 in conda meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-basevi committed Aug 30, 2024
1 parent 09448c9 commit a06896a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ requirements:
- setuptools >=61.0.0
- versioneer
run:
- python >=3.9
- python >=3.10
{% for dep in project.get('dependencies', []) %}
- {{ dep }}
{% endfor %}
Expand Down

0 comments on commit a06896a

Please sign in to comment.