Skip to content
Draft
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
13 changes: 13 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.

Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,22 @@ libutf8proc:
- '2.11'
lz4_c:
- '1.10'
numpy:
- '2'
openssl:
- '3.5'
orc:
- 2.2.1
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.14.* *_cp314
re2:
- 2025.08.12
snappy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,22 @@ libutf8proc:
- '2.11'
lz4_c:
- '1.10'
numpy:
- '2'
openssl:
- '3.5'
orc:
- 2.2.1
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.14.* *_cp314
re2:
- 2025.08.12
snappy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,22 @@ libutf8proc:
- '2.11'
lz4_c:
- '1.10'
numpy:
- '2'
openssl:
- '3.5'
orc:
- 2.2.1
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.14.* *_cp314
re2:
- 2025.08.12
snappy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,22 @@ libutf8proc:
- '2.11'
lz4_c:
- '1.10'
numpy:
- '2'
openssl:
- '3.5'
orc:
- 2.2.1
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.14.* *_cp314
re2:
- 2025.08.12
snappy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,22 @@ libutf8proc:
- '2.11'
lz4_c:
- '1.10'
numpy:
- '2'
openssl:
- '3.5'
orc:
- 2.2.1
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.14.* *_cp314
re2:
- 2025.08.12
snappy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,22 @@ libutf8proc:
- '2.11'
lz4_c:
- '1.10'
numpy:
- '2'
openssl:
- '3.5'
orc:
- 2.2.1
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.14.* *_cp314
re2:
- 2025.08.12
snappy:
Expand Down
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
12 changes: 12 additions & 0 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,22 @@ lz4_c:
- '1.10'
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '2'
openssl:
- '3.5'
orc:
- 2.2.1
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.14.* *_cp314
re2:
- 2025.08.12
snappy:
Expand Down
12 changes: 12 additions & 0 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,22 @@ lz4_c:
- '1.10'
macos_machine:
- arm64-apple-darwin20.0.0
numpy:
- '2'
openssl:
- '3.5'
orc:
- 2.2.1
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.14.* *_cp314
re2:
- 2025.08.12
snappy:
Expand Down
12 changes: 12 additions & 0 deletions .ci_support/win_64_cuda_compiler_version11.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,22 @@ libutf8proc:
- '2.11'
lz4_c:
- '1.10'
numpy:
- '2'
openssl:
- '3.5'
orc:
- 2.2.1
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.14.* *_cp314
re2:
- 2025.08.12
snappy:
Expand Down
12 changes: 12 additions & 0 deletions .ci_support/win_64_cuda_compiler_versionNone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,22 @@ libutf8proc:
- '2.11'
lz4_c:
- '1.10'
numpy:
- '2'
openssl:
- '3.5'
orc:
- 2.2.1
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.14.* *_cp314
re2:
- 2025.08.12
snappy:
Expand Down
6 changes: 0 additions & 6 deletions .scripts/build_steps.sh

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

6 changes: 0 additions & 6 deletions .scripts/run_osx_build.sh

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

6 changes: 0 additions & 6 deletions .scripts/run_win_build.bat

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

Loading
Loading