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
3 changes: 3 additions & 0 deletions .ci_support/linux_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ python:
- 3.10.* *_cpython
target_platform:
- linux-64
zip_keys:
- - python
- channel_sources
3 changes: 3 additions & 0 deletions .ci_support/linux_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ python:
- 3.11.* *_cpython
target_platform:
- linux-64
zip_keys:
- - python
- channel_sources
3 changes: 3 additions & 0 deletions .ci_support/linux_64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ python:
- 3.12.* *_cpython
target_platform:
- linux-64
zip_keys:
- - python
- channel_sources
3 changes: 3 additions & 0 deletions .ci_support/linux_64_python3.13.____cp313.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ python:
- 3.13.* *_cp313
target_platform:
- linux-64
zip_keys:
- - python
- channel_sources
3 changes: 3 additions & 0 deletions .ci_support/linux_aarch64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ python:
- 3.10.* *_cpython
target_platform:
- linux-aarch64
zip_keys:
- - python
- channel_sources
3 changes: 3 additions & 0 deletions .ci_support/linux_aarch64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ python:
- 3.11.* *_cpython
target_platform:
- linux-aarch64
zip_keys:
- - python
- channel_sources
3 changes: 3 additions & 0 deletions .ci_support/linux_aarch64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ python:
- 3.12.* *_cpython
target_platform:
- linux-aarch64
zip_keys:
- - python
- channel_sources
3 changes: 3 additions & 0 deletions .ci_support/linux_aarch64_python3.13.____cp313.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ python:
- 3.13.* *_cp313
target_platform:
- linux-aarch64
zip_keys:
- - python
- channel_sources
3 changes: 3 additions & 0 deletions .ci_support/linux_ppc64le_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ python:
- 3.10.* *_cpython
target_platform:
- linux-ppc64le
zip_keys:
- - python
- channel_sources
3 changes: 3 additions & 0 deletions .ci_support/linux_ppc64le_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ python:
- 3.11.* *_cpython
target_platform:
- linux-ppc64le
zip_keys:
- - python
- channel_sources
3 changes: 3 additions & 0 deletions .ci_support/linux_ppc64le_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ python:
- 3.12.* *_cpython
target_platform:
- linux-ppc64le
zip_keys:
- - python
- channel_sources
3 changes: 3 additions & 0 deletions .ci_support/linux_ppc64le_python3.13.____cp313.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ python:
- 3.13.* *_cp313
target_platform:
- linux-ppc64le
zip_keys:
- - python
- channel_sources
43 changes: 43 additions & 0 deletions .ci_support/migrations/python314.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# this is intentionally sorted before the 3.13t migrator, because that determines
# the order of application of the migrators; otherwise we'd have to add values for
# is_freethreading and is_abi3 keys here, since that migration extends the zip;
migrator_ts: 1724712607
__migrator:
commit_message: Rebuild for python 3.14
migration_number: 1
operation: key_add
primary_key: python
ordering:
python:
- 3.9.* *_cpython
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.13.* *_cp313t
- 3.14.* *_cp314 # new entry
paused: false
longterm: true
pr_limit: 5
max_solver_attempts: 3 # this will make the bot retry "not solvable" stuff 12 times
exclude:
# this shouldn't attempt to modify the python feedstocks
- python
- pypy3.6
- pypy-meta
- cross-python
- python_abi
exclude_pinned_pkgs: false
ignored_deps_per_node:
matplotlib:
- pyqt
additional_zip_keys:
- channel_sources

python:
- 3.14.* *_cp314
# additional entries to add for zip_keys
is_python_min:
- false
channel_sources:
- conda-forge,conda-forge/label/python_rc
3 changes: 3 additions & 0 deletions .ci_support/osx_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ python:
- 3.10.* *_cpython
target_platform:
- osx-64
zip_keys:
- - python
- channel_sources
3 changes: 3 additions & 0 deletions .ci_support/osx_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ python:
- 3.11.* *_cpython
target_platform:
- osx-64
zip_keys:
- - python
- channel_sources
3 changes: 3 additions & 0 deletions .ci_support/osx_64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ python:
- 3.12.* *_cpython
target_platform:
- osx-64
zip_keys:
- - python
- channel_sources
3 changes: 3 additions & 0 deletions .ci_support/osx_64_python3.13.____cp313.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ python:
- 3.13.* *_cp313
target_platform:
- osx-64
zip_keys:
- - python
- channel_sources
3 changes: 3 additions & 0 deletions .ci_support/osx_arm64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ python:
- 3.10.* *_cpython
target_platform:
- osx-arm64
zip_keys:
- - python
- channel_sources
3 changes: 3 additions & 0 deletions .ci_support/osx_arm64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ python:
- 3.11.* *_cpython
target_platform:
- osx-arm64
zip_keys:
- - python
- channel_sources
3 changes: 3 additions & 0 deletions .ci_support/osx_arm64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ python:
- 3.12.* *_cpython
target_platform:
- osx-arm64
zip_keys:
- - python
- channel_sources
3 changes: 3 additions & 0 deletions .ci_support/osx_arm64_python3.13.____cp313.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ python:
- 3.13.* *_cp313
target_platform:
- osx-arm64
zip_keys:
- - python
- channel_sources
3 changes: 3 additions & 0 deletions .ci_support/win_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ python:
- 3.10.* *_cpython
target_platform:
- win-64
zip_keys:
- - python
- channel_sources
3 changes: 3 additions & 0 deletions .ci_support/win_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ python:
- 3.11.* *_cpython
target_platform:
- win-64
zip_keys:
- - python
- channel_sources
3 changes: 3 additions & 0 deletions .ci_support/win_64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ python:
- 3.12.* *_cpython
target_platform:
- win-64
zip_keys:
- - python
- channel_sources
3 changes: 3 additions & 0 deletions .ci_support/win_64_python3.13.____cp313.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ python:
- 3.13.* *_cp313
target_platform:
- win-64
zip_keys:
- - python
- channel_sources
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
build:
skip: true # [py<38 or py>313]
script: {{ PYTHON }} -m pip install . -vv
number: 0
number: 1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
number: 1
number: 0


requirements:
build:
Expand Down