Skip to content

Commit

Permalink
Merge branch 'main' into 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Sep 10, 2024
2 parents c6eef37 + d8fdaae commit 1cb6fa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,8 @@ dist/Python-$(PYTHON_VER)-macOS-support.$(BUILD_NUMBER).tar.gz: \

@echo ">>> Create final distribution artefact for macOS"
mkdir -p dist
# Strip xattrs from the support files
xattr -cr support/$(PYTHON_VER)/macOS
# Build a distributable tarball
tar zcvf $$@ -C support/$(PYTHON_VER)/macOS `ls -A support/$(PYTHON_VER)/macOS/`

Expand Down
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ repository:
* `Python 3.9 <https://github.com/beeware/Python-Apple-support/tree/3.9>`__
* `Python 3.10 <https://github.com/beeware/Python-Apple-support/tree/3.10>`__
* `Python 3.11 <https://github.com/beeware/Python-Apple-support/tree/3.11>`__
* `Python 3.12 <https://github.com/beeware/Python-Apple-support/tree/3.12>`__
* `Python 3.13 <https://github.com/beeware/Python-Apple-support/tree/3.13>`__

It works by downloading, patching, and building a fat binary of Python and
Expand Down

0 comments on commit 1cb6fa3

Please sign in to comment.