Jakub Kuczys
c50d72c03c
Show how to build for Intel macOS on Cirrus CI
2022-08-17 15:56:57 +02:00
Jakub Kuczys
ce8e3fe68d
List Cirrus CI in README and update relevant scripts
2022-08-17 15:48:02 +02:00
Joe Rickerby
888771972a
Add @czaki to the maintainers
2022-08-12 11:46:24 +01:00
Joe Rickerby
0abd6c205d
Bump version: v2.9.0
2022-08-11 19:43:33 +01:00
Min RK
2d155c01b5
Build cp311 without setting prerelease_pythons
2022-08-11 13:05:32 +02:00
Joe Rickerby
afb4329fe3
Bump version: v2.8.1
2022-07-18 21:41:54 +01:00
Eric Larson
a7b7d146b9
FIX: Name
2022-07-17 15:26:34 -04:00
Eric Larson
0e1878bcdb
DOC: Bump to non-deprecated image
2022-07-17 14:31:45 -04:00
Joe Rickerby
f349304eb7
Small changelog wording changes
2022-07-05 18:36:03 +01:00
Joe Rickerby
5ef488ba30
Bump version: v2.8.0
2022-07-05 18:33:12 +01:00
Joe Rickerby
c4bb04567b
Add docs for CIBW_CONTAINER_ENGINE
2022-06-29 21:06:24 +01:00
Anatoli Babenia
52945e1668
Update to latest GitHub Action versions
...
checkout@v2 -> v3
upload/download-artifact@v2 -> v3
python-setup@v2 -> v3
pypa/gh-action-pypi-publish@1.4.2 -> v1.5.0
Python latest is v4, but it breaks working with default Python version
https://github.com/actions/setup-python/issues/421
2022-06-18 15:09:36 +03:00
Joe Rickerby
cc56a140d2
Bump version: v2.7.0
2022-06-17 19:33:39 +01:00
Joe Rickerby
aa753429b2
Bump version: v2.6.1
2022-06-07 09:14:16 +01:00
cibuildwheel-bot[bot] and cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
a440ab3655
[Bot] Update dependencies ( #1119 )
...
Update dependencies
Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
2022-06-06 15:53:13 +02:00
Joe Rickerby
4bbbee7949
Bump version: v2.6.0
2022-05-25 18:43:56 +01:00
Joe Rickerby
d73f1ea2a4
Merge pull request #1109 from mayeut/python-3.11
...
feature: add CPython 3.11 support
2022-05-25 18:33:47 +01:00
mayeut
2edd5270c3
mark CPython 3.11 as pre-release
2022-05-23 20:47:08 +02:00
mayeut
b8abcb128c
feature: add CPython 3.11 support
2022-05-23 20:47:08 +02:00
Joe Rickerby
6d9a16376e
Add interactive diagram to the docs
2022-04-30 17:14:21 +01:00
Joe Rickerby
1f1c8008d8
Changelog tweak
2022-04-29 14:54:25 +01:00
Joe Rickerby
0b6307072a
Bump version: v2.5.0
2022-04-29 14:46:08 +01:00
Henry Schreiner
de44c88c75
docs: add some projects ( #1097 )
...
* docs: add some projects
* chore: update docs
2022-04-28 19:18:49 -04:00
Henry Schreiner
986a50f8a0
docs: two minor additions ( #1093 )
...
* docs: mention when msvcd140_1.dll is included in cpython
* docs: mention maturin-action
2022-04-26 00:29:32 -04:00
Joe Rickerby
1a5fec7075
Bump version: v2.4.0
2022-04-02 14:52:27 +01:00
mayeut
70780dbc4e
feature: Add PyPy 3.9
2022-02-25 06:29:11 +01:00
Bo Bayles
1d2f86e6cf
docs: use consistent spelling for "license" in README.md ( #1000 )
2022-01-26 16:17:13 -05:00
cibuildwheel-bot[bot] and mayeut
af2014c954
Update dependencies ( #994 )
...
Co-authored-by: mayeut <mayeut@users.noreply.github.com >
2022-01-25 07:56:17 +01:00
Matthieu Darbois and Joe Rickerby
ab13f7a9de
feature: allow local runs on windows/macOS ( #974 )
...
* feature: allow local runs on windows/macOS
Cache python installations to a user cache folder using platformdirs.
The build environment is now a virtual environment to allow proper isolation.
Allows to run tests in parallel.
Co-authored-by: Joe Rickerby <joerick@mac.com >
2022-01-08 11:30:48 +01:00
Joe Rickerby
461bed51d3
Bump version: v2.3.1
2021-12-14 18:58:09 +00:00
cibuildwheel-bot[bot]
e518dcc5cb
Update dependencies ( #949 )
2021-12-06 08:55:40 -05:00
cibuildwheel-bot[bot]
6cf09c9e3b
Update dependencies ( #943 )
2021-11-29 08:49:49 -05:00
Zuzu-Typ
a6ddf09ef7
docs: add PyPy 3.8 to supported operating systems table ( #940 )
2021-11-28 21:08:33 -05:00
Joe Rickerby
f717468ff6
Bump version: v2.3.0
2021-11-26 18:42:09 +00:00
Henry Schreiner
a02eeaab20
Update README.md
2021-11-25 12:34:43 -05:00
Henry Schreiner
e519566674
Update README.md
2021-11-25 11:01:37 -05:00
Henry Schreiner
c33639ccb0
docs: note about musllinux mess
...
See #934 .
2021-11-24 13:54:58 -05:00
594d89f6f7
add support for building wheels for windows on arm64 ( #920 )
...
* add support for building wheels for windows on arm64
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fix main_platform_test.py
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Remove unrequired explicit nuget source
* add python arm64 3.9.9 version
* extend update_pythons.py to add win/arm64 support
* update documentation for new win/arm64 platform
* style: include ARM64 in literal
* Fix python 3.9 identifier for win_arm64
* Fix table layout issues in README and add note about arm64 pip issue
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com >
2021-11-24 13:50:49 -05:00
Ofek Lev
3ec67a2eba
Update link to multibuild
2021-11-21 18:28:12 -05:00
Henry Schreiner and Joe Rickerby
f45de3f24e
feat: support passenv ( #914 )
...
* feat: support passenv
* refactor: environment-pass and spaces
* docs: document environment pass
* Add unit test for passing through awkward env variable values
* Remove unused as_shell_commands method from environment
* Fix passthrough edge case by avoiding bash for passthrough assignments
* Fix mypy error in test
* Fix unit test
* Apply suggestions from code review
Co-authored-by: Joe Rickerby <joerick@mac.com >
2021-11-21 15:19:45 -05:00
Joe Rickerby
2f4987fab9
Bump version: v2.2.2
2021-10-26 20:32:41 +01:00
Joe Rickerby
578098a3f8
Bump version: v2.2.1
2021-10-26 19:19:54 +01:00
Joe Rickerby
90024def2c
Bump version: v2.2.1b1
2021-10-26 18:59:45 +01:00
Joe Rickerby
298a8baef7
Bump version: v2.2.0
2021-10-22 14:00:03 +01:00
Joe Rickerby
8837cef3e0
Bump version: v2.2.0b1
2021-10-19 19:23:55 +01:00
Joe Rickerby
25b2980038
Merge branch '2.1.x' into main
...
# Conflicts:
# README.md
# cibuildwheel/__init__.py
# docs/changelog.md
# docs/faq.md
# docs/setup.md
# docs/working-examples.md
# examples/appveyor-minimal.yml
# examples/azure-pipelines-minimal.yml
# examples/circleci-minimal.yml
# examples/github-apple-silicon.yml
# examples/github-deploy.yml
# examples/github-minimal.yml
# examples/github-with-qemu.yml
# examples/gitlab-minimal.yml
# examples/travis-ci-deploy.yml
# examples/travis-ci-minimal.yml
# examples/travis-ci-test-and-deploy.yml
# setup.cfg
2021-10-08 17:16:53 +01:00
Henry Schreiner
edcb908bf8
docs: add lots more projects ( #861 )
2021-10-07 10:00:30 -04:00
Joe Rickerby
e8db6ff3e0
Bump version: v2.1.3
2021-10-06 21:20:37 +01:00
Joe Rickerby
7833e45f5a
Bump version: v2.2.0a1
2021-09-23 18:49:42 +01:00
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