Joe Rickerby
e9a8781000
Merge branch '2.x'
2025-04-26 11:46:15 +01:00
Joe Rickerby
faf86a6ed7
Bump version: v2.23.3
2025-04-26 11:39:25 +01:00
Joe Rickerby
094782a41d
Merge branch '2.x'
2025-03-24 21:30:34 +00:00
Joe Rickerby
d04cacbc98
Bump version: v2.23.2
2025-03-24 21:25:38 +00:00
Joe Rickerby
54a0cd0b22
Merge branch '2.x'
...
# Conflicts:
# cibuildwheel/__init__.py
# cibuildwheel/options.py
# cibuildwheel/resources/pinned_docker_images.cfg
# cibuildwheel/resources/virtualenv.toml
# docs/setup.md
# examples/github-deploy.yml
# unit_test/options_test.py
2025-03-21 10:41:39 +00:00
Joe Rickerby
42728e866b
Bump version: v2.23.1
2025-03-15 17:58:14 +00:00
Joe Rickerby
efa1bedd1f
Merge branch '2.x'
2025-03-01 13:35:51 +00:00
Joe Rickerby
6cccd09a31
Bump version: v2.23.0
2025-03-01 13:27:50 +00:00
Matthieu Darbois
bb1fd3320e
feat: Add support for ubuntu-24.04-arm GHA runner ( #2135 )
...
* ci(gha): add tests on ubuntu-24.04-arm
* address review comments
2025-02-25 14:22:19 -05:00
Matthieu Darbois
c93d51ec54
feat: add armv7l in auto_archs when running on aarch64 ( #2259 )
...
* feat: add armv7l in auto_archs when running on aarch64
This depends on aarch32 EL0 support and thus is done conditionally.
* ci(travis): move to Ubuntu 22.04 / cp312
2025-02-12 10:54:44 -05:00
Matthieu Darbois
3f123af8a1
feat: Add support for ubuntu-24.04-arm GHA runner ( #2135 )
...
* ci(gha): add tests on ubuntu-24.04-arm
* address review comments
2025-01-21 14:49:59 -05:00
Henry Schreiner
ee63bf16da
Bump version: v2.22.0
2024-11-23 01:44:09 -05:00
Joe Rickerby
7940a4c0e7
Bump version: v2.21.3
2024-10-09 09:04:53 +01:00
Joe Rickerby
f185952832
Bump version: v2.21.2
2024-10-02 22:51:53 +01:00
Henry Schreiner
d4a2945fcc
Bump version: v2.21.1
2024-09-16 21:04:46 -04:00
Joe Rickerby
79b0dd3287
Bump version: v2.21.0
2024-09-13 16:42:42 +01:00
Henry Schreiner
bd033a4447
Bump version: v2.20.0
2024-08-03 22:37:32 -04:00
Henry Schreiner
7e5a838a63
Bump version: v2.19.2
2024-07-02 08:07:58 -04:00
Henry Schreiner
932529cab1
Bump version: v2.19.1
2024-06-13 02:38:27 -04:00
Henry Schreiner
a8d190a111
Bump version: v2.19.0
2024-06-10 11:28:29 -04:00
Henry Schreiner
ba8be0d988
Bump version: v2.18.1
2024-05-20 07:22:33 -04:00
Henry Schreiner
711a3d017d
Bump version: v2.18.0
2024-05-12 00:13:12 -04:00
Joe Rickerby
8d945475ac
Bump version: v2.17.0
2024-03-11 21:19:43 +00:00
Matthieu Darbois
75d6d9d55b
Merge branch 'main' into gha-images-latest
2024-02-10 09:58:58 +01:00
81b0a578df
chore(CI): test on GHA macOS-14 runner ( #1700 )
...
* chore(CI): test on GHA macOS-14 runner
* update error message for skipped arm64 tests
* Update docs, README and examples
---------
Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com >
Co-authored-by: Joe Rickerby <joerick@mac.com >
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com >
2024-02-10 09:55:38 +01:00
Joe Rickerby
6c93c131c4
Go back to macos-12 for the AS transition
2024-02-02 17:56:34 +00:00
Joe Rickerby
ce3fb78320
Bump version: v2.16.5
2024-01-30 23:14:28 +00:00
Joe Rickerby
0b04ab1040
Bump version: v2.16.4
2024-01-28 17:21:43 +00:00
Joe Rickerby
3bf1908dcb
Don't bother pinning OS images for Github Actions
...
Fix #1612
The hassle of updating these pins (both for us and our users, most copy our documentation) seems to outweigh the benefit of the pin. The truth is that they're not really pins anyway, Github update them all the time, and they don't work for historical repeatability because old images are retired all the time.
2024-01-27 11:21:22 +00:00
Joe Rickerby
e250df5d5d
Bump version: v2.16.3
2024-01-26 19:21:57 +00:00
Adam Lugowski
2c4974286f
docs: update examples for v4 of upload-artifact and download-artifact actions ( #1705 )
...
* docs: update examples for v4 of `upload-artifact` and `download-artifact` actions
* docs: use more unique artifact name
* docs: update github example workflows to artifact actions v4
2023-12-20 17:32:28 -05:00
Joe Rickerby
fff9ec32ed
Bump version: v2.16.2
2023-10-03 20:07:09 +01:00
Joe Rickerby
7da7df1efc
Bump version: v2.16.1
2023-09-26 10:52:04 +02:00
Joe Rickerby
a873dd9cbf
Bump version: v2.16.0
2023-09-18 18:34:53 +01:00
Henry Schreiner
f5e60d647f
fix: include examples too
...
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
2023-09-18 11:57:32 -04:00
Henry Schreiner
a449142802
chore: use actions/checkout@4 everywhere
...
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
2023-09-05 10:09:36 -04:00
Joe Rickerby
39a63b5912
Bump version: v2.15.0
2023-08-08 18:54:48 +01:00
Joe Rickerby
f21bb8376a
Bump version: v2.14.1
2023-07-15 09:53:23 +01:00
Joe Rickerby
66b46d0868
Bump version: v2.14.0
2023-07-10 11:43:05 +01:00
Joe Rickerby
0ecddd92b6
Bump version: v2.13.1
2023-06-10 13:14:46 +01:00
Joe Rickerby
51f5c7fe68
Bump version: v2.13.0
2023-05-28 17:03:34 +01:00
Joe Rickerby
5e15bb25b4
Bump version: v2.12.3
2023-04-19 09:00:54 +01:00
Joe Rickerby
9f18d385cb
Bump version: v2.12.2
2023-04-18 21:11:25 +01:00
Joe Rickerby
02ad79a31b
Bump version: v2.12.1
2023-03-11 13:22:16 +00:00
Joe Rickerby
a808017c39
Bump version: v2.12.0
2023-01-16 18:35:46 +00:00
Joe Rickerby
27fc88e638
Bump version: v2.11.4
2022-12-24 15:28:30 +00:00
Joe Rickerby
a34a6b0f72
Bump version: v2.11.3
2022-12-05 21:28:56 +00:00
Joe Rickerby
a6732b126f
Bump version: v2.11.2
2022-10-26 19:58:06 +01:00
Joe Rickerby
1904551399
Bump version: v2.11.1
2022-10-13 11:45:09 +01:00
Joe Rickerby
a9ad61c87f
Bump version: v2.11.0
2022-10-13 09:54:44 +01:00