Skip to content
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

Merged
merged 4 commits into from
Aug 29, 2024
Merged

Conversation

isuruf
Copy link
Member

@isuruf isuruf commented Aug 28, 2024

Checklist

  • Used a personal fork of the feedstock to propose changes
  • Bumped the build number (if the version is unchanged)
  • Reset the build number to 0 (if the version changed)
  • Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in this PR for automated rerendering)
  • Ensured the license file is being packaged.

@conda-forge-webservices
Copy link

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) and found it was in an excellent condition.

recipe/meta.yaml Outdated Show resolved Hide resolved
@isuruf isuruf closed this Aug 28, 2024
@isuruf isuruf reopened this Aug 28, 2024
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]
Copy link
Member

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

Suggested change
- 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]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- python >=3.8,<3.13.a0 # [with_setuptools_wheel]
- python >=3.8,<3.13.0a0 # [with_setuptools_wheel]

@isuruf
Copy link
Member Author

isuruf commented Aug 29, 2024

@conda-forge/pip, this is ready

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants