Skip to content

Commit 448992c

Browse files
committed
add python 3.13 to ci build
1 parent 691e2ae commit 448992c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-tsdownsample.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ jobs:
147147

148148
- name: set up python
149149
uses: actions/setup-python@v4
150-
# with:
151-
# python-version: '3.11'
152-
# architecture: ${{ matrix.python-architecture || 'x64' }}
150+
with:
151+
python-version: '3.13'
152+
architecture: ${{ matrix.python-architecture || 'x64' }}
153153

154154
- name: build sdist
155155
if: ${{ matrix.os == 'ubuntu' && matrix.target == 'x86_64' && matrix.manylinux == 'auto' }}
@@ -165,7 +165,7 @@ jobs:
165165
target: ${{ matrix.target }}
166166
manylinux: ${{ matrix.manylinux || 'auto' }}
167167
container: ${{ matrix.container }}
168-
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.7 3.8 3.9 3.10 3.11 3.12' }}
168+
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.7 3.8 3.9 3.10 3.11 3.12 3.13' }}
169169

170170
- run: ${{ matrix.ls || 'ls -lh' }} dist/
171171

0 commit comments

Comments
 (0)