Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Aug 28, 2024
1 parent 5a85d54 commit f46e6c8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
22 changes: 11 additions & 11 deletions recipe/migrations/python313.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@ __migrator:
pr_limit: 20
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
- pypy3.6
- pypy-meta
- cross-python
- python_abi
# this shouldn't attempt to modify the python feedstocks
- python
- pypy3.6
- pypy-meta
- cross-python
- python_abi
exclude_pinned_pkgs: false
additional_zip_keys:
- channel_sources
- channel_sources

python:
- 3.13.* *_cp313
- 3.13.* *_cp313
channel_sources:
- conda-forge/label/python_rc,conda-forge
- conda-forge/label/python_rc,conda-forge
# additional entries to add for zip_keys
numpy:
- 2
- 2
python_impl:
- cpython
- cpython
26 changes: 13 additions & 13 deletions recipe/migrations/python313t.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,25 @@ __migrator:
pr_limit: 20
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
- pypy3.6
- pypy-meta
- cross-python
- python_abi
# this shouldn't attempt to modify the python feedstocks
- python
- pypy3.6
- pypy-meta
- cross-python
- python_abi
exclude_pinned_pkgs: false
additional_zip_keys:
- channel_sources
- is_freethreading
- channel_sources
- is_freethreading

python:
- 3.13.* *_cp313t
- 3.13.* *_cp313t
channel_sources:
- conda-forge/label/python_rc,conda-forge
- conda-forge/label/python_rc,conda-forge
# additional entries to add for zip_keys
numpy:
- 2
- 2
python_impl:
- cpython
- cpython
is_freethreading:
- true
- true

0 comments on commit f46e6c8

Please sign in to comment.