File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 85
85
# windows
86
86
- os : windows
87
87
target : x86_64
88
- interpreter : pypy3.9 pypy3 .10
88
+ interpreter : 3.8 3.9 3 .10 3.11 3.12 3.13
89
89
- os : windows
90
90
target : i686
91
91
python-architecture : x86
@@ -102,7 +102,7 @@ jobs:
102
102
- name : set up python
103
103
uses : actions/setup-python@v5
104
104
with :
105
- python-version : ${{ (matrix.os == 'windows' && matrix.target == 'x86_64' && '>=3.9 <=3.10') || '3. 13' }}
105
+ python-version : ' 3. 13'
106
106
architecture : ${{ matrix.python-architecture || 'x64' }}
107
107
108
108
- run : pip install -U twine
@@ -114,7 +114,6 @@ jobs:
114
114
manylinux : ${{ matrix.manylinux }}
115
115
args : --release --out dist --interpreter ${{ matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10' }}
116
116
rust-toolchain : ${{ (matrix.os == 'windows' && '1.77') || 'stable' }}
117
- sccache : ' true'
118
117
docker-options : -e CI
119
118
120
119
- run : ${{ (matrix.os == 'windows' && 'dir') || 'ls -lh' }} dist/
You can’t perform that action at this time.
0 commit comments