Skip to content

Commit fa10ef3

Browse files
committed
Merge branch 'main' into 3.9
2 parents 8977ef2 + d8fdaae commit fa10ef3

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
@@ -545,6 +545,8 @@ dist/Python-$(PYTHON_VER)-macOS-support.$(BUILD_NUMBER).tar.gz: \
545545

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

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ into a macOS, iOS, tvOS or watchOS project.
88
Other Python versions are available by cloning other branches of the main
99
repository:
1010

11-
* `Python 3.9 <https://github.com/beeware/Python-Apple-support/tree/3.9>`__
1211
* `Python 3.10 <https://github.com/beeware/Python-Apple-support/tree/3.10>`__
1312
* `Python 3.11 <https://github.com/beeware/Python-Apple-support/tree/3.11>`__
1413
* `Python 3.12 <https://github.com/beeware/Python-Apple-support/tree/3.12>`__

0 commit comments

Comments
 (0)