Skip to content

Commit d459f2e

Browse files
mattipconda-forge-webservices[bot]apmorton
authored
rebuild for ray V2.49.0, release python 3.13 limit (#224)
--------- Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Co-authored-by: Austin Morton <austin.morton@aquatic.com>
1 parent 32d6d7f commit d459f2e

37 files changed

+490
-473
lines changed

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

Lines changed: 6 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.

.ci_support/linux_64_python3.10.____cpython.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ github_actions_labels:
2424
- cirun-openstack-cpu-4xlarge
2525
libgrpc:
2626
- '1.71'
27-
nodejs:
28-
- '20'
29-
- '22'
3027
pin_run_as_build:
3128
python:
3229
min_pin: x.x

.ci_support/linux_64_python3.11.____cpython.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ github_actions_labels:
2424
- cirun-openstack-cpu-4xlarge
2525
libgrpc:
2626
- '1.71'
27-
nodejs:
28-
- '20'
29-
- '22'
3027
pin_run_as_build:
3128
python:
3229
min_pin: x.x

.ci_support/linux_64_python3.12.____cpython.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ github_actions_labels:
2424
- cirun-openstack-cpu-4xlarge
2525
libgrpc:
2626
- '1.71'
27-
nodejs:
28-
- '20'
29-
- '22'
3027
pin_run_as_build:
3128
python:
3229
min_pin: x.x
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
c_compiler:
2+
- gcc
3+
c_compiler_version:
4+
- '14'
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+
curl:
16+
- '8'
17+
cxx_compiler:
18+
- gxx
19+
cxx_compiler_version:
20+
- '14'
21+
docker_image:
22+
- quay.io/condaforge/linux-anvil-x86_64:alma9
23+
github_actions_labels:
24+
- cirun-openstack-cpu-4xlarge
25+
libgrpc:
26+
- '1.71'
27+
pin_run_as_build:
28+
python:
29+
min_pin: x.x
30+
max_pin: x.x
31+
python:
32+
- 3.13.* *_cp313
33+
target_platform:
34+
- linux-64
35+
zip_keys:
36+
- - c_compiler_version
37+
- cxx_compiler_version

.ci_support/osx_64_python3.10.____cpython.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ libgrpc:
2626
- '1.71'
2727
macos_machine:
2828
- x86_64-apple-darwin13.4.0
29-
nodejs:
30-
- '20'
31-
- '22'
3229
pin_run_as_build:
3330
python:
3431
min_pin: x.x

.ci_support/osx_64_python3.11.____cpython.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ libgrpc:
2626
- '1.71'
2727
macos_machine:
2828
- x86_64-apple-darwin13.4.0
29-
nodejs:
30-
- '20'
31-
- '22'
3229
pin_run_as_build:
3330
python:
3431
min_pin: x.x

.ci_support/osx_64_python3.12.____cpython.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ libgrpc:
2626
- '1.71'
2727
macos_machine:
2828
- x86_64-apple-darwin13.4.0
29-
nodejs:
30-
- '20'
31-
- '22'
3229
pin_run_as_build:
3330
python:
3431
min_pin: x.x
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
MACOSX_DEPLOYMENT_TARGET:
2+
- '10.15'
3+
MACOSX_SDK_VERSION:
4+
- '10.15'
5+
c_compiler:
6+
- clang
7+
c_compiler_version:
8+
- '19'
9+
c_stdlib:
10+
- macosx_deployment_target
11+
c_stdlib_version:
12+
- '10.15'
13+
channel_sources:
14+
- conda-forge
15+
channel_targets:
16+
- conda-forge main
17+
curl:
18+
- '8'
19+
cxx_compiler:
20+
- clangxx
21+
cxx_compiler_version:
22+
- '19'
23+
github_actions_labels:
24+
- cirun-openstack-cpu-4xlarge
25+
libgrpc:
26+
- '1.71'
27+
macos_machine:
28+
- x86_64-apple-darwin13.4.0
29+
pin_run_as_build:
30+
python:
31+
min_pin: x.x
32+
max_pin: x.x
33+
python:
34+
- 3.13.* *_cp313
35+
target_platform:
36+
- osx-64
37+
zip_keys:
38+
- - c_compiler_version
39+
- cxx_compiler_version

0 commit comments

Comments
 (0)