Steve Dower
ea1d15b235
For mypy
2022-09-28 23:44:40 +01:00
pre-commit-ci[bot]
7a9bd57729
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2022-09-28 22:40:29 +00:00
Steve Dower
b8e47894b0
Add skip for missing ARM64 tools
2022-09-28 23:39:46 +01:00
Steve Dower
10a4e30a0b
Merge remote-tracking branch 'upstream/main' into arm64
2022-09-26 17:25:03 +01:00
Henry Schreiner
534cada6a5
chore: cleaner exception tracebacks
...
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
2022-09-16 11:05:35 -04:00
Steve Dower
9815b9c580
Merge remote-tracking branch 'upstream/main' into arm64
2022-09-09 11:51:13 +01:00
Matthieu Darbois
3ebce17339
feat: manylinux_2_28_s390x support ( #1255 )
...
A `manylinux_2_28` image now exists for the `s390x` architecture.
2022-09-05 09:00:55 +02:00
Steve Dower
44ebbc4460
Remove unused import
2022-08-31 21:28:25 +01:00
Steve Dower
b94aceb682
Merge remote-tracking branch 'upstream/main' into arm64
2022-08-31 21:09:04 +01:00
Steve Dower
f277099850
Skip ARM64 tests automatically with warning, and improved cleanup
2022-08-31 21:08:15 +01:00
Steve Dower
9a4e8f671f
Actually call unlink, and add more typing
2022-08-25 16:48:49 +01:00
Steve Dower
9e07dae579
Skip ARM64 test run when not running on ARM64
2022-08-25 00:30:38 +01:00
Steve Dower
634a3f733d
Expect correct wheel tag
2022-08-23 16:39:01 +01:00
Jakub Kuczys
ccd29d8402
Use CPython 3.10 instead of 3.8 that was used instead of 3.6
2022-08-17 15:48:03 +02:00
Jakub Kuczys and Joe Rickerby
8d71ecace2
Elaborate on why arm64 platform is skipped for failing test test
...
Co-authored-by: Joe Rickerby <joerick@mac.com >
2022-08-17 15:48:03 +02:00
jack1142
2b35f3c658
Skip cp38-macosx_arm64 in the test testing failing tests
2022-08-17 15:12:58 +02:00
jack1142
b39dc5bb5e
Test doesn't depend on python version but macOS arm64 can't build 3.6
2022-08-17 15:12:58 +02:00
jack1142
2bf4c14249
Bump wheel version to fix deployment target for universal2
...
pypa/wheel - issue 387 and PR 390
2022-08-17 15:12:57 +02:00
jack1142
4bc6bd3c5f
Skip Python 3.6 test on macOS arm64
2022-08-17 15:12:44 +02:00
Steve Dower
46cc2629e2
Merge branch 'main' into arm64
2022-08-15 17:11:37 +01:00
Joe Rickerby
ac42f66a72
Change expected_wheels to only expect universal2 when a flag is passed
2022-08-08 18:26:37 +01:00
Steve Dower
9405d827b1
Merge branch 'arm64' of https://github.com/zooba/cibuildwheel into arm64
2022-08-01 20:23:57 +01:00
Steve Dower
94a053e024
Apply some PR feedback
2022-08-01 20:23:30 +01:00
pre-commit-ci[bot]
a2386a2d80
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2022-08-01 19:12:17 +00:00
Steve Dower
71df33df55
Merge remote-tracking branch 'upstream/main' into arm64
2022-08-01 19:54:50 +01:00
Joe Rickerby
c731529187
Merge pull request #1196 from jack1142/remove_dependency_on_unix_tools_in_windows
...
Remove dependency on Unix tools in Windows test suite
2022-07-30 15:10:07 +01:00
jack1142
3cbe175632
Fix Windows paths getting escaped
2022-07-29 18:57:47 +02:00
jack1142
e0f25c5fb5
Use sys.executable
2022-07-29 18:52:26 +02:00
jack1142
cccc2acae9
Use an equivalent of Unix echo written in Python
2022-07-29 18:04:49 +02:00
jack1142
1a7abe562b
Remove dependency on Unix tools in Windows
2022-07-25 19:10:09 +02:00
mayeut
6d27f05c7c
chore: use from __future__ import annotations
2022-07-19 07:47:45 +02:00
mayeut
bc17f103f1
chore: drop python 3.6 for cibuildwheel driver
...
This drops python 3.6 for cibuildwheel.
Building python 3.6 packages is still supported.
2022-07-19 07:47:20 +02:00
Joe Rickerby
57800921c5
Don't attempt to test CPython 3.8 wheels on Apple Silicon. ( #1171 )
...
I've added a warning for users, so they know that it doesn't get tested.
See discussion in #1169 for the reason why.
Fixes #1168 , fixes #1169
2022-07-14 11:42:40 +02:00
Joe Rickerby
e035e3a289
Merge pull request #1152 from mayeut/already-built
...
fix: error out if multiple wheels with the same name are produced
2022-07-05 16:58:52 +01:00
Joe Rickerby
b5b8e128d0
Add a pyproject.toml to the windows arm64 cross compile test
2022-07-04 15:29:30 +01:00
Henry Schreiner
5e2d02d809
Merge branch 'main' into new_podman_support
2022-07-03 14:04:06 -04:00
Henry Schreiner
9ed9e6b960
Merge branch 'main' into already-built
2022-07-03 14:02:42 -04:00
9a537512c1
feat: add support for py3-none-{platform} wheels ( #1151 )
...
* feature: add support for `py3-none-{platform}` wheels
This extends the mechanism introduced in #1091 for `abi3` wheels.
Most of the mentions to `abi3` have been removed and replaced by a more generic `compatible_wheel`.
This allows to build a wheel `foo-0.1-py3-none-win_amd64.whl` only once and still test with every configured python.
* Add integration test for py3-none abi wheels
* Fix expected_wheels for py3-none abi
* Limit test to three pythons and check for certain log messages
* chore: add some comments to explain filter process
Co-authored-by: Joe Rickerby <joerick@mac.com >
Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com >
2022-07-03 14:00:00 -04:00
Joe Rickerby
b612a6c993
Actually run the podman integration test on podman :)
2022-06-27 19:19:00 +01:00
Joe Rickerby
f23d8aaae5
Add an integration test for a podman build
2022-06-27 19:08:46 +01:00
Joe Rickerby
d66c1e92bf
Lots more naming changes to reflect that containers are not necessarily 'docker'
2022-06-27 18:30:49 +01:00
mayeut
ef18186c45
fix: error out if multiple wheels with the same name are produced
...
We shouldn't silently overwrite wheels that are produced in the same run that have the same filename, as this implies a misconfiguration.
2022-06-26 11:32:33 +02:00
pre-commit-ci[bot]
07041908e2
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2022-06-17 16:07:47 +00:00
Steve Dower
dc14bd126e
Add cross-compiler test
2022-06-17 17:07:11 +01:00
mayeut
6458604c99
feature: add manylinux_2_28 support
2022-06-16 21:30:29 +02:00
mayeut
b8abcb128c
feature: add CPython 3.11 support
2022-05-23 20:47:08 +02:00
Joe Rickerby
acc079675b
Merge remote-tracking branch 'origin/main' into abi3
2022-04-29 11:57:20 +01:00
Henry Schreiner
35054666bb
refactor: review comments
2022-04-27 17:18:01 -04:00
Henry Schreiner
b1e8549bb1
fix: minor cleanup
2022-04-27 14:55:30 -04:00
Henry Schreiner
958a7c32c1
refactor: use single entry for SDist builds
...
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
2022-04-27 09:37:17 -04:00