Skip to content

Commit

Permalink
Merge pull request #163 from pauldmccarthy/ci/disable-windows-tests
Browse files Browse the repository at this point in the history
CI: Skip tests on Windows/free-threaded python
  • Loading branch information
pauldmccarthy authored Nov 27, 2024
2 parents 71a3a79 + 8a883f7 commit e759625
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/build_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export CIBW_SKIP="cp37* pp*"
# locally, so am disabling them for the time
# being.
#
export CIBW_TEST_SKIP="*i686* *aarch64* cp312-win* cp313-win*"
export CIBW_TEST_SKIP="*i686* *aarch64* cp312-win* cp313-win* cp313t-win*"

# Enable free-threaded builds for Python versions (3.13t) that support it
export CIBW_FREE_THREADED_SUPPORT=1
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.9.4 (November 28th 2024)


* Skip CI tests on Windows/free-threaded python (#163).


## 1.9.3 (November 27th 2024)


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.9.3'
__version__ = '1.9.4'

0 comments on commit e759625

Please sign in to comment.