Skip to content

Commit 3831ed3

Browse files
authored
Merge pull request #92 from h-vetinari/3.12
Python 3.12
2 parents f0b695d + 02fee19 commit 3831ed3

File tree

45 files changed

+501
-99
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+501
-99
lines changed

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

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

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

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

.ci_support/linux_64_.yaml renamed to .ci_support/linux_64_python3.10.____cpython.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ pin_run_as_build:
1616
max_pin: x.x
1717
python:
1818
- 3.10.* *_cpython
19-
- 3.11.* *_cpython
20-
- 3.8.* *_73_pypy
21-
- 3.8.* *_cpython
22-
- 3.9.* *_73_pypy
23-
- 3.9.* *_cpython
2419
target_platform:
2520
- linux-64
21+
zip_keys:
22+
- - python
23+
- channel_sources
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
cdt_name:
2+
- cos6
3+
channel_sources:
4+
- conda-forge
5+
channel_targets:
6+
- conda-forge main
7+
cxx_compiler:
8+
- gxx
9+
cxx_compiler_version:
10+
- '12'
11+
docker_image:
12+
- quay.io/condaforge/linux-anvil-cos7-x86_64
13+
pin_run_as_build:
14+
python:
15+
min_pin: x.x
16+
max_pin: x.x
17+
python:
18+
- 3.11.* *_cpython
19+
target_platform:
20+
- linux-64
21+
zip_keys:
22+
- - python
23+
- channel_sources
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
cdt_name:
2+
- cos6
3+
channel_sources:
4+
- conda-forge/label/python_rc,conda-forge
5+
channel_targets:
6+
- conda-forge main
7+
cxx_compiler:
8+
- gxx
9+
cxx_compiler_version:
10+
- '12'
11+
docker_image:
12+
- quay.io/condaforge/linux-anvil-cos7-x86_64
13+
pin_run_as_build:
14+
python:
15+
min_pin: x.x
16+
max_pin: x.x
17+
python:
18+
- 3.12.* *_cpython
19+
target_platform:
20+
- linux-64
21+
zip_keys:
22+
- - python
23+
- channel_sources

.ci_support/linux_ppc64le_python3.8.____73_pypy.yaml renamed to .ci_support/linux_64_python3.8.____cpython.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cdt_name:
2-
- cos7
2+
- cos6
33
channel_sources:
44
- conda-forge
55
channel_targets:
@@ -15,6 +15,9 @@ pin_run_as_build:
1515
min_pin: x.x
1616
max_pin: x.x
1717
python:
18-
- 3.8.* *_73_pypy
18+
- 3.8.* *_cpython
1919
target_platform:
20-
- linux-ppc64le
20+
- linux-64
21+
zip_keys:
22+
- - python
23+
- channel_sources
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
cdt_name:
2+
- cos6
3+
channel_sources:
4+
- conda-forge
5+
channel_targets:
6+
- conda-forge main
7+
cxx_compiler:
8+
- gxx
9+
cxx_compiler_version:
10+
- '12'
11+
docker_image:
12+
- quay.io/condaforge/linux-anvil-cos7-x86_64
13+
pin_run_as_build:
14+
python:
15+
min_pin: x.x
16+
max_pin: x.x
17+
python:
18+
- 3.9.* *_73_pypy
19+
target_platform:
20+
- linux-64
21+
zip_keys:
22+
- - python
23+
- channel_sources
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
cdt_name:
2+
- cos6
3+
channel_sources:
4+
- conda-forge
5+
channel_targets:
6+
- conda-forge main
7+
cxx_compiler:
8+
- gxx
9+
cxx_compiler_version:
10+
- '12'
11+
docker_image:
12+
- quay.io/condaforge/linux-anvil-cos7-x86_64
13+
pin_run_as_build:
14+
python:
15+
min_pin: x.x
16+
max_pin: x.x
17+
python:
18+
- 3.9.* *_cpython
19+
target_platform:
20+
- linux-64
21+
zip_keys:
22+
- - python
23+
- channel_sources

.ci_support/linux_aarch64_python3.10.____cpython.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ python:
2222
- 3.10.* *_cpython
2323
target_platform:
2424
- linux-aarch64
25+
zip_keys:
26+
- - python
27+
- channel_sources

0 commit comments

Comments
 (0)