Skip to content

MAINT: pyproject.toml: Update required build dependencies #23891

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

Closed
wants to merge 3 commits into from

Conversation

EwoutH
Copy link
Contributor

@EwoutH EwoutH commented Jun 6, 2023

Update setuptools, wheel and Cython to their latest versions.

Update setuptools, wheel and Cython to their latest versions.
@EwoutH EwoutH changed the title pyproject.toml: Update required build dependencies MAINT: pyproject.toml: Update required build dependencies Jun 6, 2023
@charris
Copy link
Member

charris commented Jun 6, 2023

Why update setuptools? It is known to be a problem.

@EwoutH
Copy link
Contributor Author

EwoutH commented Jun 6, 2023

Just discovered that!

I was doing some experiments toward Python 3.12 support, but let's first wait for the second beta.

@EwoutH EwoutH closed this Jun 6, 2023
@charris
Copy link
Member

charris commented Jun 6, 2023

I was doing some experiments toward Python 3.12 support

We plan to switch to meson builds for 2.0, no setuptools, see #23838. We then plan to backport the build changes for a 1.26 release, basically 1.25 with Python 3.12 support.

@@ -347,7 +347,7 @@ jobs:
docker run --name the_container --interactive -v /:/host arm32v7/ubuntu:22.04 /bin/bash -c "
apt update &&
apt install -y git python3 python3-dev python3-pip &&
python3 -m pip install cython==0.29.34 setuptools\<49.2.0 hypothesis==6.23.3 pytest==6.2.5 'typing_extensions>=4.2.0' &&
python3 -m pip install -U cython==0.29.35 setuptools hypothesis==6.23.3 pytest==6.2.5 'typing_extensions>=4.2.0' &&
Copy link
Member

Choose a reason for hiding this comment

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

Please leave the setuptools pin.

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.

3 participants