-
-
Notifications
You must be signed in to change notification settings - Fork 501
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6357 from isuruf/313
Add python 3.13 migrations
- Loading branch information
Showing
3 changed files
with
94 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
migrator_ts: 1724712607 | ||
__migrator: | ||
commit_message: Rebuild for python 3.13 | ||
migration_number: 1 | ||
operation: key_add | ||
primary_key: python | ||
ordering: | ||
python: | ||
- 3.6.* *_cpython | ||
- 3.7.* *_cpython | ||
- 3.8.* *_cpython | ||
- 3.9.* *_cpython | ||
- 3.10.* *_cpython | ||
- 3.11.* *_cpython | ||
- 3.12.* *_cpython | ||
- 3.13.* *_cp313 # new entry | ||
- 3.6.* *_73_pypy | ||
- 3.7.* *_73_pypy | ||
- 3.8.* *_73_pypy | ||
- 3.9.* *_73_pypy | ||
paused: false | ||
longterm: true | ||
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 | ||
exclude_pinned_pkgs: false | ||
additional_zip_keys: | ||
- channel_sources | ||
|
||
python: | ||
- 3.13.* *_cp313 | ||
channel_sources: | ||
- conda-forge/label/python_rc,conda-forge | ||
# additional entries to add for zip_keys | ||
numpy: | ||
- 2 | ||
python_impl: | ||
- cpython |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
migrator_ts: 1724712608 | ||
__migrator: | ||
commit_message: Rebuild for python 3.13 freethreading | ||
migration_number: 1 | ||
operation: key_add | ||
primary_key: python | ||
ordering: | ||
python: | ||
- 3.6.* *_cpython | ||
- 3.7.* *_cpython | ||
- 3.8.* *_cpython | ||
- 3.9.* *_cpython | ||
- 3.10.* *_cpython | ||
- 3.11.* *_cpython | ||
- 3.12.* *_cpython | ||
- 3.13.* *_cp313 # new entry | ||
- 3.13.* *_cp313t # new entry | ||
- 3.6.* *_73_pypy | ||
- 3.7.* *_73_pypy | ||
- 3.8.* *_73_pypy | ||
- 3.9.* *_73_pypy | ||
paused: true | ||
longterm: true | ||
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 | ||
exclude_pinned_pkgs: false | ||
additional_zip_keys: | ||
- channel_sources | ||
- is_freethreading | ||
|
||
python: | ||
- 3.13.* *_cp313t | ||
channel_sources: | ||
- conda-forge/label/python_rc,conda-forge | ||
# additional entries to add for zip_keys | ||
numpy: | ||
- 2 | ||
python_impl: | ||
- cpython | ||
is_freethreading: | ||
- true |