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: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-linux.yml

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

12 changes: 4 additions & 8 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
cdt_name:
- cos7
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.12.* *_cpython
- quay.io/condaforge/linux-anvil-x86_64:alma9
python_min:
- '3.9'
7 changes: 7 additions & 0 deletions build-locally.py

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

8 changes: 5 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
- "modern-python.patch"

build:
number: 1
number: 2
noarch: python
entry_points:
- executor = executor.cli:main
Expand All @@ -23,17 +23,19 @@ build:
requirements:
host:
- pip
- python >=3.6
- python {{ python_min }}
- setuptools
run:
- coloredlogs >=3.5
- fasteners >=0.14.1
- humanfriendly >=8.0
- property-manager >=3.0
- python >=3.6
- python >={{ python_min }}
- six >=1.9.0

test:
requires:
- python {{ python_min }}
imports:
- executor
- executor.ssh
Expand Down