Skip to content

Commit

Permalink
Merge pull request #61 from pauldmccarthy/ci/disable-py27win32
Browse files Browse the repository at this point in the history
CI: Don't have the energy to figure this out right now. Hopefully the…
  • Loading branch information
pauldmccarthy authored Mar 19, 2021
2 parents 571dcdc + 1a69e60 commit 75288c4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ci/build_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export CIBW_ENVIRONMENT_WINDOWS="ZLIB_HOME='$ZLIB_HOME'"
# cython for the Cython.Coverage plugin.
export CIBW_TEST_REQUIRES="cython pytest pytest-cov coverage numpy nibabel"

# Disable pypy builds
export CIBW_SKIP="pp*"
# Disable pypy and py27+win32bit builds
export CIBW_SKIP="pp* cp27-win32"

# Pytest makes it *very* awkward to run tests
# from an installed package, and still find/
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# `indexed_gzip` changelog


## 1.5.2 (March 19th 2021)


* Not providing binary wheels for Python 2.7 on 32 bit Windows.


## 1.5.1 (March 19th 2021)


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.5.1'
__version__ = '1.5.2'

0 comments on commit 75288c4

Please sign in to comment.