Skip to content

Commit

Permalink
Rebuild for python312 (#100)
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 Sep 25, 2023
2 parents f472b89 + f4897e8 commit a4075e0
Show file tree
Hide file tree
Showing 27 changed files with 86 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .ci_support/linux_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ python:
- 3.10.* *_cpython
target_platform:
- linux-64
zip_keys:
- - python
- channel_sources
zlib:
- '1.2'
3 changes: 3 additions & 0 deletions .ci_support/linux_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ python:
- 3.11.* *_cpython
target_platform:
- linux-64
zip_keys:
- - python
- channel_sources
zlib:
- '1.2'
3 changes: 3 additions & 0 deletions .ci_support/linux_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ python:
- 3.8.* *_cpython
target_platform:
- linux-64
zip_keys:
- - python
- channel_sources
zlib:
- '1.2'
3 changes: 3 additions & 0 deletions .ci_support/linux_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ python:
- 3.9.* *_cpython
target_platform:
- linux-64
zip_keys:
- - python
- channel_sources
zlib:
- '1.2'
3 changes: 3 additions & 0 deletions .ci_support/linux_aarch64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ python:
- 3.10.* *_cpython
target_platform:
- linux-aarch64
zip_keys:
- - python
- channel_sources
zlib:
- '1.2'
3 changes: 3 additions & 0 deletions .ci_support/linux_aarch64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ python:
- 3.11.* *_cpython
target_platform:
- linux-aarch64
zip_keys:
- - python
- channel_sources
zlib:
- '1.2'
3 changes: 3 additions & 0 deletions .ci_support/linux_aarch64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ python:
- 3.8.* *_cpython
target_platform:
- linux-aarch64
zip_keys:
- - python
- channel_sources
zlib:
- '1.2'
3 changes: 3 additions & 0 deletions .ci_support/linux_aarch64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ python:
- 3.9.* *_cpython
target_platform:
- linux-aarch64
zip_keys:
- - python
- channel_sources
zlib:
- '1.2'
3 changes: 3 additions & 0 deletions .ci_support/linux_ppc64le_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ python:
- 3.10.* *_cpython
target_platform:
- linux-ppc64le
zip_keys:
- - python
- channel_sources
zlib:
- '1.2'
3 changes: 3 additions & 0 deletions .ci_support/linux_ppc64le_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ python:
- 3.11.* *_cpython
target_platform:
- linux-ppc64le
zip_keys:
- - python
- channel_sources
zlib:
- '1.2'
3 changes: 3 additions & 0 deletions .ci_support/linux_ppc64le_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ python:
- 3.8.* *_cpython
target_platform:
- linux-ppc64le
zip_keys:
- - python
- channel_sources
zlib:
- '1.2'
3 changes: 3 additions & 0 deletions .ci_support/linux_ppc64le_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ python:
- 3.9.* *_cpython
target_platform:
- linux-ppc64le
zip_keys:
- - python
- channel_sources
zlib:
- '1.2'
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
migrator_ts: 1666686085
migrator_ts: 1695046563
__migrator:
migration_number: 1
operation: key_add
Expand All @@ -10,15 +10,16 @@ __migrator:
- 3.8.* *_cpython
- 3.9.* *_cpython
- 3.10.* *_cpython
- 3.11.* *_cpython # new entry
- 3.11.* *_cpython
- 3.12.* *_cpython # new entry
- 3.6.* *_73_pypy
- 3.7.* *_73_pypy
- 3.8.* *_73_pypy
- 3.9.* *_73_pypy
paused: false
longterm: True
pr_limit: 30
max_solver_attempts: 10 # this will make the bot retry "not solvable" stuff 10 times
pr_limit: 60
max_solver_attempts: 3 # this will make the bot retry "not solvable" stuff 12 times
exclude:
# this shouldn't attempt to modify the python feedstocks
- python
Expand All @@ -27,11 +28,15 @@ __migrator:
- cross-python
- python_abi
exclude_pinned_pkgs: false
additional_zip_keys:
- channel_sources

python:
- 3.11.* *_cpython
- 3.12.* *_cpython
channel_sources:
- conda-forge/label/python_rc,conda-forge
# additional entries to add for zip_keys
numpy:
- 1.23
- 1.26
python_impl:
- cpython
3 changes: 3 additions & 0 deletions .ci_support/osx_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ python:
- 3.10.* *_cpython
target_platform:
- osx-64
zip_keys:
- - python
- channel_sources
zlib:
- '1.2'
3 changes: 3 additions & 0 deletions .ci_support/osx_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ python:
- 3.11.* *_cpython
target_platform:
- osx-64
zip_keys:
- - python
- channel_sources
zlib:
- '1.2'
3 changes: 3 additions & 0 deletions .ci_support/osx_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ python:
- 3.8.* *_cpython
target_platform:
- osx-64
zip_keys:
- - python
- channel_sources
zlib:
- '1.2'
3 changes: 3 additions & 0 deletions .ci_support/osx_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ python:
- 3.9.* *_cpython
target_platform:
- osx-64
zip_keys:
- - python
- channel_sources
zlib:
- '1.2'
3 changes: 3 additions & 0 deletions .ci_support/osx_arm64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ python:
- 3.10.* *_cpython
target_platform:
- osx-arm64
zip_keys:
- - python
- channel_sources
zlib:
- '1.2'
3 changes: 3 additions & 0 deletions .ci_support/osx_arm64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ python:
- 3.11.* *_cpython
target_platform:
- osx-arm64
zip_keys:
- - python
- channel_sources
zlib:
- '1.2'
3 changes: 3 additions & 0 deletions .ci_support/osx_arm64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ python:
- 3.8.* *_cpython
target_platform:
- osx-arm64
zip_keys:
- - python
- channel_sources
zlib:
- '1.2'
3 changes: 3 additions & 0 deletions .ci_support/osx_arm64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ python:
- 3.9.* *_cpython
target_platform:
- osx-arm64
zip_keys:
- - python
- channel_sources
zlib:
- '1.2'
3 changes: 3 additions & 0 deletions .ci_support/win_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ python:
- 3.10.* *_cpython
target_platform:
- win-64
zip_keys:
- - python
- channel_sources
zlib:
- '1.2'
3 changes: 3 additions & 0 deletions .ci_support/win_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ python:
- 3.11.* *_cpython
target_platform:
- win-64
zip_keys:
- - python
- channel_sources
zlib:
- '1.2'
3 changes: 3 additions & 0 deletions .ci_support/win_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ python:
- 3.8.* *_cpython
target_platform:
- win-64
zip_keys:
- - python
- channel_sources
zlib:
- '1.2'
3 changes: 3 additions & 0 deletions .ci_support/win_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ python:
- 3.9.* *_cpython
target_platform:
- win-64
zip_keys:
- - python
- channel_sources
zlib:
- '1.2'
4 changes: 2 additions & 2 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
build_platform:
osx_arm64: osx_64
build_with_mambabuild: false
conda_build:
pkg_format: '2'
conda_forge_output_validation: true
github:
branch_name: main
Expand All @@ -9,5 +11,3 @@ provider:
linux_aarch64: native
linux_ppc64le: native
test_on_native_only: true
conda_build:
pkg_format: '2'
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source:
- 0001-don-t-set-arch.patch

build:
number: 0
number: 1
skip: true # [py<37 or py>311]
entry_points:
- pyinstaller = PyInstaller.__main__:run
Expand Down

0 comments on commit a4075e0

Please sign in to comment.