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
Joe Rickerby
de80b4af95
Bump version: v2.1.2
2021-09-14 09:13:26 +01:00
Joe Rickerby
effc102b4d
Merge remote-tracking branch 'origin/main' into readme-tidy
2021-08-23 18:53:58 +01:00
cibuildwheel-bot[bot] and mayeut
d3fd1fb4ad
Update dependencies ( #801 )
...
Co-authored-by: mayeut <mayeut@users.noreply.github.com >
2021-08-23 10:00:26 +02:00
mayeut
8eaea06f6c
Update dependencies
2021-08-16 06:10:42 +00:00
mayeut
6608c2364b
Update dependencies
2021-08-09 06:10:29 +00:00
Henry Schreiner
7f6350e97a
docs: remove mention of prerelease flag for 3.10
2021-08-07 23:38:44 -04:00
Joe Rickerby
c713c6053d
Bump version: v2.1.1
2021-08-07 20:06:19 +01:00
Joe Rickerby
f678ee3e47
Add missing date to changelog
2021-08-07 18:26:48 +01:00
Joe Rickerby
8d1238f8e0
Bump version: v2.1.0
2021-08-07 18:18:50 +01:00
cibuildwheel-bot[bot] and joerick
f8c608c268
Update dependencies ( #785 )
...
Co-authored-by: joerick <joerick@users.noreply.github.com >
2021-08-07 11:48:34 +00:00
cibuildwheel-bot[bot] and mayeut
529af6e040
Update dependencies ( #781 )
...
Co-authored-by: mayeut <mayeut@users.noreply.github.com >
2021-08-02 13:57:05 +02:00
cibuildwheel-bot[bot] and mayeut
ca25f5ffa9
Update dependencies ( #778 )
...
Co-authored-by: mayeut <mayeut@users.noreply.github.com >
2021-07-31 17:27:33 +02:00
mayeut
9232b130d7
Update dependencies
2021-07-26 06:10:35 +00:00
Joe Rickerby
2de5bf4b90
Bump version: v2.0.1
2021-07-25 14:39:54 +01:00
cibuildwheel-bot[bot] and mayeut
de753937f4
Update dependencies ( #771 )
...
Co-authored-by: mayeut <mayeut@users.noreply.github.com >
2021-07-25 12:36:10 +02:00
Joe Rickerby
7cef9ffb02
Change bin/projects.py to only write the first 10 projects to the readme
2021-07-20 18:50:45 +01:00