Matthieu Darbois and Joe Rickerby
803c5e46ce
feat: add musllinux support (PEP 656) ( #768 )
...
* feat: add musllinux support (PEP 656)
Add musllinux support (PEP 656) allowing to build wheels for musl libc based distros (e.g. Alpine)
* feat: add musllinux support (PEP 656) doc
* doc: combine `CIBW_MANYLINUX_*_IMAGE` & `CIBW_MUSLLINUX_*_IMAGE` options
* fix: doc to be squashed
* doc: combine manylinux /musllinux in README
* Update docs/options.md
Co-authored-by: Joe Rickerby <joerick@mac.com >
Co-authored-by: Joe Rickerby <joerick@mac.com >
2021-09-20 08:12:35 +02:00
Henry Fredrick Schreiner
7eae1da5a5
style: more stable ordering of checks
2021-05-31 13:49:46 -04:00
pre-commit-ci[bot]
e734d66aa1
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2021-05-31 16:56:12 +00:00
5b22fc636b
feat: add CPython 3.10 pre-release support ( #675 )
...
* Add CPython 3.10 support
* Fix logger displaying CPython 3.1 instead of 3.10
* Fix tests failing with CPython 3.10
* Use pytest instead of nose
* feat: --pre flag
Apply suggestions from code review
Co-authored-by: Matthieu Darbois <mayeut@users.noreply.github.com >
* fix: update Python update script to process beta versions
* refactor: prerelease-pythons
* Use `strtobool` to parse `CIBW_PRERELEASE_PYTHONS` env var
* Update python version filtering for universal2 & arm64
* Filter out CPython 3.10 and above for `test_manylinuxXXXX_only[manylinux1]` test
* Use CIBW_BUILD filtering rather than CIBW_SKIP for test_docker_images
* Use skip_patterns to filter out pre-releases
* Use `prerelease_pythons` instead of `pre`
* Reword `CIBW_PRERELEASE_PYTHONS` doc per review.
* Use `CIBW_PRERELEASE_PYTHONS: True` for usage example.
* Update `cibuildwheel --help` doc
* docs: add note on spec.filter
* Clean up the BuildSelector __repr__ by refactoring
* fix: remove platform variants for CIBW_PRERELEASE_PYTHONS
* docs: mention the flag
Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com >
Co-authored-by: Joe Rickerby <joerick@mac.com >
2021-05-28 18:26:55 -04:00
mayeut
d84665491a
Add i686 support for PyPy
2021-05-24 10:32:52 +02:00
mayeut
c29a701ebc
Add aarch64 support for PyPy
2021-05-24 10:32:51 +02:00
pre-commit-ci[bot]
acbfce04e0
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2021-05-23 23:46:46 +02:00
Yannick Jadoul
6789fb51a2
Fix Windows tests
2021-05-23 23:46:46 +02:00
Henry Schreiner and Yannick Jadoul
63bb5e61f0
chore: update PyPy to 7.3.4 except on Windows ( #666 )
...
Co-authored-by: Yannick Jadoul <yannick.jadoul@belgacom.net >
Co-authored-by: Yannick Jadoul <yannick.jadoul@belgacom.net >
2021-05-11 21:23:53 -04:00
mayeut
a972ee9fc7
test: update expected wheels when using auditwheel >= 4
2021-05-08 22:13:29 -04:00
mayeut
3e22cd9a41
Drop Python 2.7
2021-05-07 11:54:27 -04:00
mayeut
bf31d18fbb
Drop Python 3.5
2021-05-07 11:54:27 -04:00
Henry Schreiner
bda76b21cb
style: activate string normalization
2021-05-03 13:12:36 -04:00
Henry Schreiner
178aaea6c7
style: apply black via pre-commit run -a
2021-05-03 13:12:36 -04:00
Henry Schreiner
22d473acc0
fix: drop Python 2.7 on Windows using 2008 compiler
2021-04-25 00:55:16 -04:00
Henry Schreiner and Joe Rickerby
d2772c2293
refactor: subprocess.run ( #592 )
...
* change check_call to run
* refactor: change check_output to run
* Apply suggestions from code review
Co-authored-by: Joe Rickerby <joerick@mac.com >
Co-authored-by: Joe Rickerby <joerick@mac.com >
2021-02-14 12:56:33 -05:00
Joe Rickerby
a79f0ef95e
Remove wheel rename hack
2021-01-30 17:22:26 +00:00
Joe Rickerby
d2312cdb3f
Merge remote-tracking branch 'origin/master' into macos-universal2
...
# Conflicts:
# bin/sample_build.py
# cibuildwheel/__main__.py
# cibuildwheel/macos.py
# cibuildwheel/util.py
# cibuildwheel/windows.py
2021-01-23 13:28:06 +00:00
Henry Schreiner
cc0e7ec0a1
fix: review from @joerick
2021-01-22 13:01:00 -05:00
Henry Fredrick Schreiner
eb9850dbde
feat: support Windows workaround on Travis CI
2021-01-22 13:01:00 -05:00
Joe Rickerby
dbb6d80a72
Route warnings and error messages to stderr, not stdout.
2021-01-08 17:25:07 +00:00
Joe Rickerby
a99726f477
Neaten comments
2021-01-08 15:18:37 +00:00
Joe Rickerby
8512e69733
Improve expected_wheels correctness
2021-01-08 14:59:16 +00:00
Joe Rickerby
f43b3f50c5
Fix warning lines counting as build identifiers in test
2021-01-08 14:57:15 +00:00
Joe Rickerby
df60457001
Use the ARCHS option to select universal2/arm64 builds
2021-01-05 15:14:32 +00:00
Joe Rickerby
8d045992fa
Merge remote-tracking branch 'origin/master' into macos-universal2
2021-01-01 18:58:23 +00:00
Joe Rickerby
09fef56a46
Make tests expect arm64 and universal2
2021-01-01 18:56:36 +00:00
Joe Rickerby
5aa85e815d
Add integration test for emulation
2020-12-21 11:06:25 +00:00
Yannick Jadoul
37a6504351
Adding PyPy Python 3.7 to the tests
2020-09-25 15:41:33 +02:00
Joe Rickerby
0896566743
Merge remote-tracking branch 'origin/master' into python3.9
2020-07-24 15:35:31 +01:00
Yannick Jadoul
acf5c24881
Use patlib.Path in tests and tools
2020-06-18 15:29:48 +02:00
Yannick Jadoul
94dead9440
Add Python 3.9 (beta 3) to builds
2020-06-18 00:23:41 +02:00
Joe Rickerby
2e41a4f94a
Merge commit 'cf60df549183e88cf84bca9d45550caf62c8be9e' into template-tests
2020-05-17 16:59:06 +01:00
Joe Rickerby
420995f567
check_call does require paths as strings on CPython 3.6 Windows
2020-05-15 15:18:17 +01:00
Joe Rickerby
0411fcc2ae
As discussed in code review
2020-05-15 12:19:38 +01:00
Joe Rickerby
a9c475a910
Fix pathlib error on Windows
2020-05-03 16:53:15 +01:00
Joe Rickerby
616e9dd6eb
Converting tests to the new-style
2020-05-02 16:54:19 +01:00