Julien Stephan
6357bc272c
ci: add riscv64 manylinux/musllinux wheels ( #664 )
...
Now that cibuildwheel and PyPI support riscv64, we can start building
riscv64 wheels.
Because there is no native riscv64 runner available, this PR adds a
QEMU-based riscv64 job to the cibuildwheel workflow.
Signed-off-by: Julien Stephan <jstephan@baylibre.com>
2026-02-21 17:09:34 +09:00
Inada Naoki
f9806368ae
update cython and cibuildwheel ( #658 )
2025-12-01 14:16:03 +09:00
Inada Naoki
c1ecd23dbf
drop Python 3.9 ( #656 )
2025-10-09 18:33:23 +09:00
Inada Naoki
af45640970
cython: freethreading_compatible ( #654 )
...
```
$ v3/bin/python -VV
Python 3.14.0 free-threading build (main, Oct 7 2025, 15:35:12) [Clang 20.1.4 ]
$ v3/bin/python -c 'import sys,msgpack; print(sys._is_gil_enabled())'
False
```
2025-10-09 15:53:08 +09:00
Inada Naoki
ef4f83df16
relax setuptools version ( #652 )
2025-10-09 13:00:46 +09:00
Inada Naoki
19b5d33ded
release v1.1.2 ( #649 )
2025-10-08 17:56:20 +09:00
MS-GITS
c2a9f1fda5
ci: add support for building windows on arm wheels ( #643 )
2025-09-26 13:17:17 +09:00
Inada Naoki
d9873dab04
ci: update cibuildwheel and drop Python 3.8 ( #642 )
2025-07-26 10:59:05 +09:00
Inada Naoki
fe9e620a60
upload to PyPI on create a release ( #639 )
2025-06-02 14:46:53 +09:00
Inada Naoki
cdc7644503
update cibuildwheel to v2.23.3 ( #638 )
2025-06-01 16:56:44 +09:00
Inada Naoki
868aa2cd83
update Cython to 3.1.1 ( #637 )
2025-05-31 12:45:06 +09:00
Inada Naoki
9d0c7f2f9c
Release v1.1.0rc2 ( #619 )
2024-08-19 20:36:26 +09:00
Inada Naoki
9e26d80ab2
update cibuildwheel to 2.20.0 ( #618 )
2024-08-19 17:56:01 +09:00
Inada Naoki
526ec9c923
update cibuildwheel to 2.17 ( #601 )
2024-05-04 16:49:22 +09:00
Inada Naoki
3e9a2a7419
Stop using c++ ( #600 )
...
Python 3.13a6+ & C++ & Cython cause compile error on some compilers.
2024-05-04 16:01:48 +09:00
Inada Naoki
2eca765533
use ruff instead of black ( #598 )
2024-05-03 15:17:54 +09:00
Inada Naoki
bf7bf88ad0
ci: update workflows ( #582 )
2024-03-01 20:09:55 +09:00
Inada Naoki
039022cecb
update Cython ( #581 )
2024-03-01 19:24:06 +09:00
Inada Naoki
c78026102c
doc: use sphinx-rtd-theme ( #575 )
2023-11-15 23:34:32 +09:00
Inada Naoki
e1d3d5d5c3
update actions ( #563 )
2023-09-15 12:02:06 +09:00
TW
7b75b4f368
sphinx-related work ( #554 )
...
fixes #510
2023-08-31 12:56:24 +09:00
Inada Naoki
715126c67b
CI: update cibuildwheel to v2.15.0 ( #551 )
2023-08-09 18:20:05 +09:00
Inada Naoki
e5249f877c
ci: add Python 3.12 and drop 3.7
2023-07-21 02:53:58 +09:00
Inada Naoki
0516c2c2a9
Action: Update test workflow
2023-03-09 01:22:38 +09:00
Inada Naoki
35b2d246cf
Action: Update wheel workflow
2023-03-09 00:47:52 +09:00
Inada Naoki
aa9ce3e2bb
Action: Run publish on tag creation.
2023-03-08 22:19:17 +09:00
Inada Naoki
e3ef909c47
Action: Use setup-python@v4
2023-01-18 13:07:24 +00:00
Inada Naoki
1008229553
Release v1.0.5rc1 ( #528 )
2023-01-18 19:47:15 +09:00
Matthieu Darbois
44a8060383
Add python 3.11 wheels ( #517 )
2022-09-09 16:16:12 +09:00
Inada Naoki
b5acfd5383
Release v1.0.4 ( #509 )
2022-06-03 13:46:51 +09:00
Inada Naoki
caadbf2df5
Use Actions to publish to PyPI
2022-05-25 12:10:47 +09:00
Inada Naoki
63837a44d8
ci: Update action versions. ( #507 )
2022-05-24 20:13:07 +09:00
Inada Naoki
b75e3412fb
Fix pip upgrade
2022-05-23 05:01:08 +00:00
Shantanu
6a721faa77
Upgrade black ( #505 )
2022-05-02 17:26:53 +09:00
Inada Naoki
cb50b2081b
Update setuptools and black ( #498 )
...
* Use setuptools
* Use black==22.1.0
2022-03-03 12:29:55 +09:00
Inada Naoki
bdf0511e29
Refactor CI ( #492 )
...
* Use cibuildwheel to build wheels.
* Use matrix
2021-11-25 14:43:55 +09:00
Inada Naoki
cfa05d3fdc
Actions: Run CI only for PRs from forks. ( #489 )
2021-11-16 17:47:16 +09:00
Inada Naoki
8e358617e7
mac: Provide Universal2 wheel ( #488 )
...
* mac: Use cibuildwheel
* Do not build wheel for PyPy.
2021-11-16 17:42:42 +09:00
Inada Naoki
b3f7254192
Support Python 3.10 and Drop Python 3.5 ( #487 )
...
* linux: Use manylinux2014
* mac: Drop Python 3.6 too
2021-11-16 16:19:47 +09:00
Inada Naoki
edd5603661
Actions: Add Python 3.9
2020-12-11 19:31:24 +09:00
Tsahi Zidenberg
7d6b4dfb51
Build arm64 wheels ( #439 )
2020-12-11 14:30:49 +09:00
Inada Naoki
2849f5582a
Build linux and macOS wheels on GitHub Actions. ( #409 )
2020-02-19 00:53:00 +09:00
Inada Naoki
9d79351e99
Add some test for timestamp ( #403 )
2020-02-06 22:11:04 +09:00
Inada Naoki
5ba496c79a
Move Black from Travis to Github Actions ( #390 )
2019-12-06 21:23:54 +09:00
Inada Naoki
cc3a8665d6
Use Github Actions for Windows ( #377 )
2019-12-03 17:46:28 +09:00