-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove setuptools, wheel deps for python>=3.13 #126
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
recipe/meta.yaml
Outdated
disable_pip: true | ||
entry_points: | ||
- pip = pip._internal.cli.main:main | ||
- pip3 = pip._internal.cli.main:main | ||
|
||
requirements: | ||
host: | ||
- python >=3.8 | ||
- python >=3.13.a0 # [not with_setuptools_wheel] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not 100% sure about the dot before a0 and missing patch version; in any case, we only have rc1 builds, so I think this could be
- python >=3.13.a0 # [not with_setuptools_wheel] | |
- python >=3.13.0rc1 # [not with_setuptools_wheel] |
recipe/meta.yaml
Outdated
disable_pip: true | ||
entry_points: | ||
- pip = pip._internal.cli.main:main | ||
- pip3 = pip._internal.cli.main:main | ||
|
||
requirements: | ||
host: | ||
- python >=3.8 | ||
- python >=3.13.a0 # [not with_setuptools_wheel] | ||
- python >=3.8,<3.13.a0 # [with_setuptools_wheel] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- python >=3.8,<3.13.a0 # [with_setuptools_wheel] | |
- python >=3.8,<3.13.0a0 # [with_setuptools_wheel] |
@conda-forge/pip, this is ready |
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)