Skip to content

Commit

Permalink
Merge pull request #156 from regro-cf-autotick-bot/rebuild-python313-…
Browse files Browse the repository at this point in the history
…0-1_h758bfb

Rebuild for python 3.13
  • Loading branch information
dopplershift authored Sep 11, 2024
2 parents 822fc92 + 70fcf3e commit 7893a00
Show file tree
Hide file tree
Showing 46 changed files with 236 additions and 511 deletions.
72 changes: 30 additions & 42 deletions .azure-pipelines/azure-pipelines-linux.yml

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

27 changes: 12 additions & 15 deletions .azure-pipelines/azure-pipelines-osx.yml

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

25 changes: 11 additions & 14 deletions .azure-pipelines/azure-pipelines-win.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
@@ -1,13 +1,13 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down Expand Up @@ -45,5 +45,6 @@ zip_keys:
- cdt_name
- - python
- python_impl
- channel_sources
zlib:
- '1'
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down Expand Up @@ -45,5 +45,6 @@ zip_keys:
- cdt_name
- - python
- python_impl
- channel_sources
zlib:
- '1'
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down Expand Up @@ -45,5 +45,6 @@ zip_keys:
- cdt_name
- - python
- python_impl
- channel_sources
zlib:
- '1'
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
- conda-forge/label/python_rc,conda-forge
channel_targets:
- conda-forge main
docker_image:
Expand All @@ -33,7 +33,7 @@ pin_run_as_build:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
- 3.13.* *_cp313
python_impl:
- cpython
target_platform:
Expand All @@ -45,5 +45,6 @@ zip_keys:
- cdt_name
- - python
- python_impl
- channel_sources
zlib:
- '1'
49 changes: 0 additions & 49 deletions .ci_support/linux_64_python3.9.____73_pypypython_implpypy.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down Expand Up @@ -45,5 +45,6 @@ zip_keys:
- cdt_name
- - python
- python_impl
- channel_sources
zlib:
- '1'
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
Expand Down Expand Up @@ -49,5 +49,6 @@ zip_keys:
- cdt_name
- - python
- python_impl
- channel_sources
zlib:
- '1'
Loading

0 comments on commit 7893a00

Please sign in to comment.