Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cdt_name:
- conda
channel_sources:
- conda-forge
channel_targets:
Expand Down
6 changes: 3 additions & 3 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set python_min = "3.11" %}
{% set name = "ansible" %}
{% set version = "12.0.0" %}
{% set version = "13.1.0" %}


package:
Expand All @@ -9,7 +9,7 @@ package:

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 1b3ad8158dd2597ce45a864a55ca09e5be1807cc97f44a00c39d7bb9e1520aa6
sha256: e527b9511be1382e31e8ef7650e2338a7b0f09d63fc5ded3ce9bf8234444d771

build:
entry_points:
Expand All @@ -25,7 +25,7 @@ requirements:
- setuptools
run:
- python >={{ python_min }}
- ansible-core >=2.19.1,<2.20.dev0
- ansible-core >=2.20.1,<2.21.dev0
# https://docs.ansible.com/ansible/latest/user_guide/windows_faq.html#can-ansible-run-on-windows
- __unix

Expand Down
Loading