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

Create a build project directory #13321

Merged
merged 3 commits into from
Apr 6, 2025

Conversation

notatallshaw
Copy link
Member

Following up on #13310 (comment)

Creates a "build-project" directory that can have build specific configuration without affecting the rest of the project.

Adds a ".python-version" file that tells dependabot to update dependencies using Python 3.12, which is the only supported version of Python to build pip at the moment.

@notatallshaw notatallshaw added the skip news Does not need a NEWS file entry (eg: trivial changes) label Apr 6, 2025
@notatallshaw
Copy link
Member Author

I don't think this requires a user facing news entry? Happy to add one though.

@sbidoul
Copy link
Member

sbidoul commented Apr 6, 2025

Maybe set cwd=Path(__file__).parent.parent in the build call in build-project.py?

@notatallshaw notatallshaw merged commit 85b0d54 into pypa:main Apr 6, 2025
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news Does not need a NEWS file entry (eg: trivial changes)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants