Skip to content

Commit

Permalink
Merge branch 'main' into 3.13-wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby authored Oct 9, 2024
2 parents 147f24f + a6d4184 commit f33338e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
submodules: true

- uses: pypa/[email protected].1
- uses: pypa/[email protected].2

- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.6.8'
rev: 'v0.6.9'
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down
2 changes: 1 addition & 1 deletion c-blosc
Submodule c-blosc updated 368 files
3 changes: 3 additions & 0 deletions docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ Breaking changes
Enhancements
~~~~~~~~~~~~

* Update bundled c-blosc to v1.26.1. This updates Zlib to v1.3.1
and Zstd to v1.5.6.
By :user:`David Stansby <dstansby>`, :issue:`560`.

Fix
~~~
Expand Down

0 comments on commit f33338e

Please sign in to comment.