Skip to content

Commit

Permalink
Add python3.13 build (#79)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Aug 29, 2024
2 parents ad10ea4 + 676dfeb commit 79bbf75
Show file tree
Hide file tree
Showing 57 changed files with 479 additions and 562 deletions.
92 changes: 28 additions & 64 deletions .azure-pipelines/azure-pipelines-linux.yml

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

38 changes: 19 additions & 19 deletions .azure-pipelines/azure-pipelines-osx.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,24 +1,30 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
- conda-forge/label/python_rc,conda-forge
channel_targets:
- conda-forge main
cross_target_platform:
- linux-aarch64
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
py_impl:
- 73_pypy
- cp313t
target_platform:
- linux-64
version:
- '3.9'
- '3.13'
zip_keys:
- - c_stdlib_version
- cdt_name
- - version
- py_impl
- channel_sources
Original file line number Diff line number Diff line change
@@ -1,24 +1,30 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
- conda-forge/label/python_rc,conda-forge
channel_targets:
- conda-forge main
cross_target_platform:
- linux-aarch64
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
py_impl:
- 73_pypy
- cp313
target_platform:
- linux-64
version:
- '3.8'
- '3.13'
zip_keys:
- - c_stdlib_version
- cdt_name
- - version
- py_impl
- channel_sources
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -19,6 +23,8 @@ target_platform:
version:
- '3.10'
zip_keys:
- - c_stdlib_version
- cdt_name
- - version
- py_impl
- channel_sources
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -19,6 +23,8 @@ target_platform:
version:
- '3.11'
zip_keys:
- - c_stdlib_version
- cdt_name
- - version
- py_impl
- channel_sources
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge/label/python_rc,conda-forge
- conda-forge
channel_targets:
- conda-forge main
cross_target_platform:
Expand All @@ -19,6 +23,8 @@ target_platform:
version:
- '3.12'
zip_keys:
- - c_stdlib_version
- cdt_name
- - version
- py_impl
- channel_sources
Loading

0 comments on commit 79bbf75

Please sign in to comment.