Skip to content

Commit 75396cc

Browse files
authored
Merge pull request #8 from rpetit3/patch-3.13-support
patch recipe to support python 3.13
2 parents f4866e9 + 8af5e8e commit 75396cc

15 files changed

Lines changed: 358 additions & 69 deletions

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

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

.ci_support/README

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

.ci_support/linux_64_.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
cdt_name:
2-
- cos6
2+
- cos7
33
channel_sources:
4-
- conda-forge,defaults
4+
- conda-forge
55
channel_targets:
66
- conda-forge main
77
docker_image:
8-
- quay.io/condaforge/linux-anvil-comp7
8+
- quay.io/condaforge/linux-anvil-cos7-x86_64
99
pin_run_as_build:
1010
python:
1111
min_pin: x.x
1212
max_pin: x.x
1313
python:
14-
- 3.6.* *_cpython
14+
- 3.12.* *_cpython

.circleci/config.yml

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

.gitattributes

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

.gitignore

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

.scripts/build_steps.sh

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

.scripts/logging_utils.sh

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

.scripts/run_docker_build.sh

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

0 commit comments

Comments
 (0)