File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments