Skip to content

Commit

Permalink
Support macOS 11.0x with proper wheel tags
Browse files Browse the repository at this point in the history
#4
aboutcode-org/scancode-toolkit#2391

Reported-by:  Viktor Tiulpin @tiulpin
Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne committed Feb 12, 2021
1 parent 68ba589 commit d5989bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion builtins/extractcode_7z-macosx/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ license_files =
README.rst

[aliases]
release = clean --all bdist_wheel --plat-name macosx_10_13_intel --python-tag py3
release = clean --all bdist_wheel --plat-name macosx_10_13_intel --plat-name macosx_11_0_intel --python-tag py3
2 changes: 1 addition & 1 deletion builtins/extractcode_libarchive-macosx/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ license_files =
README.rst

[aliases]
release = clean --all bdist_wheel --plat-name macosx_10_13_intel --python-tag py3
release = clean --all bdist_wheel --plat-name macosx_10_13_intel --plat-name macosx_11_0_intel --python-tag py3
2 changes: 1 addition & 1 deletion builtins/typecode_libmagic-macosx/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ license_files =
typecode-libmagic.ABOUT

[aliases]
release = clean --all bdist_wheel --plat-name macosx_10_13_intel --python-tag py3
release = clean --all bdist_wheel --plat-name macosx_10_13_intel --plat-name macosx_11_0_intel --python-tag py3

0 comments on commit d5989bd

Please sign in to comment.