Skip to content

Commit 1cb6fa3

Browse files
committed
Merge branch 'main' into 3.12
2 parents c6eef37 + d8fdaae commit 1cb6fa3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,8 @@ dist/Python-$(PYTHON_VER)-macOS-support.$(BUILD_NUMBER).tar.gz: \
573573

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

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ repository:
1111
* `Python 3.9 <https://github.com/beeware/Python-Apple-support/tree/3.9>`__
1212
* `Python 3.10 <https://github.com/beeware/Python-Apple-support/tree/3.10>`__
1313
* `Python 3.11 <https://github.com/beeware/Python-Apple-support/tree/3.11>`__
14-
* `Python 3.12 <https://github.com/beeware/Python-Apple-support/tree/3.12>`__
1514
* `Python 3.13 <https://github.com/beeware/Python-Apple-support/tree/3.13>`__
1615

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

0 commit comments

Comments
 (0)