Skip to content

Commit 2c7e7dd

Browse files
committed
Update CI.yml
1 parent 0d16607 commit 2c7e7dd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/CI.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
# windows
8686
- os: windows
8787
target: x86_64
88-
interpreter: pypy3.9 pypy3.10
88+
interpreter: 3.8 3.9 3.10 3.11 3.12 3.13
8989
- os: windows
9090
target: i686
9191
python-architecture: x86
@@ -102,7 +102,7 @@ jobs:
102102
- name: set up python
103103
uses: actions/setup-python@v5
104104
with:
105-
python-version: ${{ (matrix.os == 'windows' && matrix.target == 'x86_64' && '>=3.9 <=3.10') || '3.13' }}
105+
python-version: '3.13'
106106
architecture: ${{ matrix.python-architecture || 'x64' }}
107107

108108
- run: pip install -U twine
@@ -114,7 +114,6 @@ jobs:
114114
manylinux: ${{ matrix.manylinux }}
115115
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10' }}
116116
rust-toolchain: ${{ (matrix.os == 'windows' && '1.77') || 'stable' }}
117-
sccache: 'true'
118117
docker-options: -e CI
119118

120119
- run: ${{ (matrix.os == 'windows' && 'dir') || 'ls -lh' }} dist/

0 commit comments

Comments
 (0)