File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 2424 - uses : actions/setup-python@v5
2525 name : Install Python
2626 with :
27- python-version : ' 3.10 '
27+ python-version : ' 3.11 '
2828
2929 - name : Build sdist
3030 run : |
@@ -170,13 +170,13 @@ jobs:
170170 - uses : actions/setup-python@v5
171171 name : Install Python
172172 with :
173- python-version : ' 3.10 '
173+ python-version : ' 3.11 '
174174
175175 - name : Install cibuildwheel
176176 run : |
177177 python -m pip install -U pip
178178 python -m pip install -U setuptools-rust
179- python -m pip install cibuildwheel>=3.1.3
179+ python -m pip install -U cibuildwheel>=3.1.4
180180
181181 - name : Build wheels
182182 env :
Original file line number Diff line number Diff line change 332.2.0
44=====
55
6+ Changes
7+ .......
8+
9+ * Use PyO3 v0.26.0
10+ * Supported Python versions are 3.10 to 3.14
11+
612Enhancements
713............
814
9- * Added support for encoding and decoding RLE data with a *Bits Allocated * of 1
15+ * Added support for *Bits Allocated * 1
16+ * Added `pack_bit() ` and `unpack_bits() ` functions
You can’t perform that action at this time.
0 commit comments