-
-
Notifications
You must be signed in to change notification settings - Fork 21
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 #126 from isuruf/deps
Remove setuptools, wheel deps for python>=3.13
- Loading branch information
Showing
7 changed files
with
75 additions
and
10 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,10 @@ | ||
cdt_name: | ||
- cos7 | ||
channel_sources: | ||
- conda-forge/label/python_rc,conda-forge | ||
channel_targets: | ||
- conda-forge main | ||
docker_image: | ||
- quay.io/condaforge/linux-anvil-cos7-x86_64 | ||
with_setuptools_wheel: | ||
- 'false' |
4 changes: 3 additions & 1 deletion
4
.ci_support/linux_64_.yaml → ...t/linux_64_with_setuptools_wheeltrue.yaml
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 |
---|---|---|
@@ -1,8 +1,10 @@ | ||
cdt_name: | ||
- cos7 | ||
channel_sources: | ||
- conda-forge | ||
- conda-forge/label/python_rc,conda-forge | ||
channel_targets: | ||
- conda-forge main | ||
docker_image: | ||
- quay.io/condaforge/linux-anvil-cos7-x86_64 | ||
with_setuptools_wheel: | ||
- 'true' |
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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,3 @@ | ||
with_setuptools_wheel: | ||
- true | ||
- false |
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