File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed
Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1212 - main
1313
1414env :
15- # CIBW_BEFORE_BUILD: pip install -r requirements-build.txt
1615 CIBW_BUILD_VERBOSITY : 1
1716 CIBW_TEST_REQUIRES : pytest psutil
1817 CIBW_TEST_COMMAND : python -m pytest -m "not heavy" {project}/tests
2524
2625 build_wheels :
2726 # Only build wheels when tagging (typically a release)
28- # if: startsWith(github.event.ref, 'refs/tags')
27+ if : startsWith(github.event.ref, 'refs/tags')
2928 name : Build wheels on ${{ matrix.os }} for ${{ matrix.arch }} - ${{ matrix.p_ver }}
3029 runs-on : ${{ matrix.os }}
3130 permissions :
Original file line number Diff line number Diff line change 1- Announcing Python-Blosc2 2.2.7
1+ Announcing Python-Blosc2 2.2.8
22==============================
33
4- This is a maintenance release, where we have upgraded to latest C-Blosc2 2.10.3.
5- This provides the ability to use the blosc2_openhtj2k dynamic plugin
6- (see https://github.com/Blosc/blosc2_openhtj2k for more info on this).
4+ This is a maintenance release, where we are providing binary wheels
5+ for Python 3.12 (yay!). We have also upgraded to latest C-Blosc2 2.10.4.
76
87For more info, you can have a look at the release notes in:
98
Original file line number Diff line number Diff line change 22
33## Changes from 2.2.7 to 2.2.8
44
5- * XXX version-specific blurb XXX
5+ * Binary wheels for forthcoming Python 3.12 are available!
66
7+ * Different improvements suggested by refurb and pyupgrade.
8+ Thanks to Dimitri Papadopoulos.
9+
10+ * Updated to latest C-Blosc2 2.10.4.
711
812## Changes from 2.2.6 to 2.2.7
913
Original file line number Diff line number Diff line change 1- 2.2.8.dev0
1+ 2.2.8
You can’t perform that action at this time.
0 commit comments