Skip to content
Merged
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
12 changes: 12 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

6 changes: 6 additions & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

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

3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-win.yml

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

32 changes: 32 additions & 0 deletions .ci_support/linux_64_python3.14.____cp314t.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
c_compiler:
- gcc
c_compiler_version:
- '14'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cairo:
- '1'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
expat:
- '2'
glib:
- '2'
libffi:
- '3.5'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.14.* *_cp314t
target_platform:
- linux-64
zlib:
- '1'
32 changes: 32 additions & 0 deletions .ci_support/linux_aarch64_python3.14.____cp314t.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
c_compiler:
- gcc
c_compiler_version:
- '14'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cairo:
- '1'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-aarch64:alma9
expat:
- '2'
glib:
- '2'
libffi:
- '3.5'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.14.* *_cp314t
target_platform:
- linux-aarch64
zlib:
- '1'
32 changes: 32 additions & 0 deletions .ci_support/linux_ppc64le_python3.14.____cp314t.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
c_compiler:
- gcc
c_compiler_version:
- '14'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cairo:
- '1'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le:alma9
expat:
- '2'
glib:
- '2'
libffi:
- '3.5'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.14.* *_cp314t
target_platform:
- linux-ppc64le
zlib:
- '1'
8 changes: 0 additions & 8 deletions .ci_support/migrations/libffi35.yaml

This file was deleted.

51 changes: 51 additions & 0 deletions .ci_support/migrations/python314t.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
migrator_ts: 1755739493
__migrator:
commit_message: Rebuild for python 3.14 freethreading
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
- 3.14.* *_cp314t # new entry
longterm: true
pr_limit: 20
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
# if feedstock already has 3.13t migrator this is redundant, but harmless
additional_zip_keys:
- is_freethreading
- is_abi3
wait_for_migrators:
- python314
ignored_deps_per_node:
matplotlib:
- pyqt
pyarrow:
# optional test dependencies
- numba
- sparse
allowlist_file: free-threaded-314.txt

python:
- 3.14.* *_cp314t
# additional entries to add for zip_keys
is_freethreading:
- true
is_python_min:
- false
is_abi3:
- false
36 changes: 36 additions & 0 deletions .ci_support/osx_64_python3.14.____cp314t.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
c_compiler:
- clang
c_compiler_version:
- '19'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.13'
cairo:
- '1'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
expat:
- '2'
glib:
- '2'
libffi:
- '3.5'
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.14.* *_cp314t
target_platform:
- osx-64
zlib:
- '1'
36 changes: 36 additions & 0 deletions .ci_support/osx_arm64_python3.14.____cp314t.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
MACOSX_SDK_VERSION:
- '11.0'
c_compiler:
- clang
c_compiler_version:
- '19'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '11.0'
cairo:
- '1'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
expat:
- '2'
glib:
- '2'
libffi:
- '3.5'
macos_machine:
- arm64-apple-darwin20.0.0
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.14.* *_cp314t
target_platform:
- osx-arm64
zlib:
- '1'
26 changes: 26 additions & 0 deletions .ci_support/win_64_python3.14.____cp314t.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
c_compiler:
- vs2022
c_stdlib:
- vs
cairo:
- '1'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
expat:
- '2'
glib:
- '2'
libffi:
- '3.5'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.14.* *_cp314t
target_platform:
- win-64
zlib:
- '1'
19 changes: 19 additions & 0 deletions .scripts/run_osx_build.sh

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

Loading
Loading