Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit e7e8bd1

Browse files
authored
Maintenance (#506)
* move to actions/cache@v4 * remove wheels for python 3.8, add python 3.13
1 parent 37f933e commit e7e8bd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-sdist-wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66

77
CIBW_BUILD_VERBOSITY: 1
88
CIBW_BUILD: 'cp*'
9-
CIBW_SKIP: 'cp35-* cp36-* cp37-* cp313-* *-manylinux_i686 *-musllinux_* *-win32'
9+
CIBW_SKIP: 'cp35-* cp36-* cp37-* cp38-* *-manylinux_i686 *-musllinux_* *-win32'
1010
CIBW_BEFORE_TEST: pip install -r {project}/tests/requirement_tests.txt
1111
CIBW_TEST_COMMAND: pytest -s -v {project}/tests
1212
UNIXY_HDF5_VERSION: 1.14.3
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Cache HDF5 On Linux/macOS
4141
if: runner.os == 'Linux' || runner.os == 'macOS'
42-
uses: actions/cache@v3
42+
uses: actions/cache@v4
4343
id: cache-hdf5-posix
4444
env:
4545
cache-name: cache-hdf5-posix
@@ -98,7 +98,7 @@ jobs:
9898
- name: Cache HDF5 On Windows
9999
if: runner.os == 'Windows'
100100
id: cache-hdf5-windows
101-
uses: actions/cache@v3
101+
uses: actions/cache@v4
102102
env:
103103
cache-name: cache-hdf5-windows
104104
with:

0 commit comments

Comments
 (0)