Skip to content

Commit 8c22d9d

Browse files
authored
Merge pull request #38 from regro-cf-autotick-bot/rebuild-python313-0-1_h5522db
Rebuild for python 3.13
2 parents 9a486b6 + 0da44f6 commit 8c22d9d

9 files changed

Lines changed: 164 additions & 1 deletion

.azure-pipelines/azure-pipelines-linux.yml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.azure-pipelines/azure-pipelines-osx.yml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.azure-pipelines/azure-pipelines-win.yml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
c_compiler:
2+
- gcc
3+
c_compiler_version:
4+
- '13'
5+
c_stdlib:
6+
- sysroot
7+
c_stdlib_version:
8+
- '2.17'
9+
cdt_name:
10+
- conda
11+
channel_sources:
12+
- conda-forge
13+
channel_targets:
14+
- conda-forge main
15+
cxx_compiler:
16+
- gxx
17+
cxx_compiler_version:
18+
- '13'
19+
docker_image:
20+
- quay.io/condaforge/linux-anvil-cos7-x86_64
21+
libboost_devel:
22+
- '1.86'
23+
pin_run_as_build:
24+
python:
25+
min_pin: x.x
26+
max_pin: x.x
27+
python:
28+
- 3.13.* *_cp313
29+
target_platform:
30+
- linux-64
31+
zip_keys:
32+
- - c_compiler_version
33+
- cxx_compiler_version
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
migrator_ts: 1724712607
2+
__migrator:
3+
commit_message: Rebuild for python 3.13
4+
migration_number: 1
5+
operation: key_add
6+
primary_key: python
7+
ordering:
8+
python:
9+
- 3.6.* *_cpython
10+
- 3.7.* *_cpython
11+
- 3.8.* *_cpython
12+
- 3.9.* *_cpython
13+
- 3.10.* *_cpython
14+
- 3.11.* *_cpython
15+
- 3.12.* *_cpython
16+
- 3.13.* *_cp313 # new entry
17+
- 3.6.* *_73_pypy
18+
- 3.7.* *_73_pypy
19+
- 3.8.* *_73_pypy
20+
- 3.9.* *_73_pypy
21+
paused: false
22+
longterm: true
23+
pr_limit: 20
24+
max_solver_attempts: 3 # this will make the bot retry "not solvable" stuff 12 times
25+
exclude:
26+
# this shouldn't attempt to modify the python feedstocks
27+
- python
28+
- pypy3.6
29+
- pypy-meta
30+
- cross-python
31+
- python_abi
32+
# see https://github.com/conda-forge/scipy-feedstock/pull/283
33+
- scipy
34+
exclude_pinned_pkgs: false
35+
36+
python:
37+
- 3.13.* *_cp313
38+
# additional entries to add for zip_keys
39+
numpy:
40+
- 2
41+
python_impl:
42+
- cpython
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
MACOSX_DEPLOYMENT_TARGET:
2+
- '10.13'
3+
MACOSX_SDK_VERSION:
4+
- '10.13'
5+
c_compiler:
6+
- clang
7+
c_compiler_version:
8+
- '18'
9+
c_stdlib:
10+
- macosx_deployment_target
11+
c_stdlib_version:
12+
- '10.13'
13+
channel_sources:
14+
- conda-forge
15+
channel_targets:
16+
- conda-forge main
17+
cxx_compiler:
18+
- clangxx
19+
cxx_compiler_version:
20+
- '18'
21+
libboost_devel:
22+
- '1.86'
23+
macos_machine:
24+
- x86_64-apple-darwin13.4.0
25+
pin_run_as_build:
26+
python:
27+
min_pin: x.x
28+
max_pin: x.x
29+
python:
30+
- 3.13.* *_cp313
31+
target_platform:
32+
- osx-64
33+
zip_keys:
34+
- - c_compiler_version
35+
- cxx_compiler_version
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
c_compiler:
2+
- vs2019
3+
c_stdlib:
4+
- vs
5+
channel_sources:
6+
- conda-forge
7+
channel_targets:
8+
- conda-forge main
9+
cxx_compiler:
10+
- vs2019
11+
libboost_devel:
12+
- '1.86'
13+
pin_run_as_build:
14+
python:
15+
min_pin: x.x
16+
max_pin: x.x
17+
python:
18+
- 3.13.* *_cp313
19+
target_platform:
20+
- win-64
21+
vc:
22+
- '14'

README.md

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source:
1212
- no-isolation.diff
1313

1414
build:
15-
number: 2
15+
number: 3
1616
skip: true # [win and vc<14]
1717

1818
requirements:

0 commit comments

Comments
 (0)