Skip to content

Commit

Permalink
Merge pull request #138 from pauldmccarthy/ci/py312
Browse files Browse the repository at this point in the history
Ci/py312
  • Loading branch information
pauldmccarthy authored Aug 29, 2023
2 parents bc878bb + e1d2db7 commit 8de9fc7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .ci/build_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ export CIBW_TEST_REQUIRES="cython pytest numpy nibabel coverage cython-coverage
#
# Disable musllinux builds until numpy binaries are available (as
# compiling numpy takes too long, and causes GHA jobs to time out).
export CIBW_SKIP="pp* *musllinux*"
#
# Disable py312 builds until numpy is available
export CIBW_SKIP="pp* *musllinux* *312*"

# Skip i686/aarch64 tests - I have experienced hangs on these
# platforms, which I traced to a trivial numpy operation -
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# `indexed_gzip` changelog


## 1.8.4 (August 30th 2023)
## 1.8.5 (August 29th 2023)


* Updates to package build process (#138).


## 1.8.4 (August 29th 2023)


* Change the `IndexedGzipFile` class to raise a `FileNotFoundError` instead
Expand Down
2 changes: 1 addition & 1 deletion indexed_gzip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
"""


__version__ = '1.8.4'
__version__ = '1.8.5'

0 comments on commit 8de9fc7

Please sign in to comment.