Skip to content

Commit 0b641c8

Browse files
committed
MNT: Re-rendered with conda-build 25.7.0, conda-smithy 3.51.1, and conda-forge-pinning 2025.08.23.17.19.28
1 parent 8b9802c commit 0b641c8

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

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

Lines changed: 4 additions & 4 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 & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ci_support/linux_64_python3.9.____cpython.yaml renamed to .ci_support/linux_64_python3.13.____cp313.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pin_run_as_build:
3232
min_pin: x.x
3333
max_pin: x.x
3434
python:
35-
- 3.9.* *_cpython
35+
- 3.13.* *_cp313
3636
target_platform:
3737
- linux-64
3838
zip_keys:

.ci_support/osx_64_python3.9.____cpython.yaml renamed to .ci_support/osx_64_python3.13.____cp313.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pin_run_as_build:
3434
min_pin: x.x
3535
max_pin: x.x
3636
python:
37-
- 3.9.* *_cpython
37+
- 3.13.* *_cp313
3838
target_platform:
3939
- osx-64
4040
zip_keys:

.ci_support/osx_arm64_python3.9.____cpython.yaml renamed to .ci_support/osx_arm64_python3.13.____cp313.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pin_run_as_build:
3434
min_pin: x.x
3535
max_pin: x.x
3636
python:
37-
- 3.9.* *_cpython
37+
- 3.13.* *_cp313
3838
target_platform:
3939
- osx-arm64
4040
zip_keys:

.ci_support/win_64_python3.9.____cpython.yaml renamed to .ci_support/win_64_python3.13.____cp313.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ pin_run_as_build:
2222
min_pin: x.x
2323
max_pin: x.x
2424
python:
25-
- 3.9.* *_cpython
25+
- 3.13.* *_cp313
2626
target_platform:
2727
- win-64

.github/workflows/conda-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
os: ubuntu
3737
runs_on: ['cirun-openstack-cpu-4xlarge--${{ github.run_id }}-linux_64_python3.12.____cpython', 'linux', 'x64', 'self-hosted']
3838
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
39-
- CONFIG: linux_64_python3.9.____cpython
39+
- CONFIG: linux_64_python3.13.____cp313
4040
UPLOAD_PACKAGES: True
4141
os: ubuntu
42-
runs_on: ['cirun-openstack-cpu-4xlarge--${{ github.run_id }}-linux_64_python3.9.____cpython', 'linux', 'x64', 'self-hosted']
42+
runs_on: ['cirun-openstack-cpu-4xlarge--${{ github.run_id }}-linux_64_python3.13.____cp313', 'linux', 'x64', 'self-hosted']
4343
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
4444
steps:
4545

README.md

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

0 commit comments

Comments
 (0)