File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 4545 - {version: '3.8', spec: 'cp38-cp38'}
4646 - {version: '3.9', spec: 'cp39-cp39'}
4747 - {version: '3.10', spec: 'cp310-cp310'}
48+ - {version: '3.11', spec: 'cp311-cp311'}
4849 cpu :
4950 - {arch: 'x86_64', platform: 'x86_64'}
5051 - {arch: 'aarch64', platform: 'arm64'}
@@ -105,6 +106,7 @@ jobs:
105106 - {version: '3.8', version_long: '3.8.13'}
106107 - {version: '3.9', version_long: '3.9.14'}
107108 - {version: '3.10', version_long: '3.10.7'}
109+ - {version: '3.11', version_long: '3.11.1'}
108110
109111 steps :
110112 - name : checkout
@@ -156,6 +158,7 @@ jobs:
156158 - {version: '3.8'}
157159 - {version: '3.9'}
158160 - {version: '3.10'}
161+ - {version: '3.11'}
159162
160163 steps :
161164 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 9393 - {name: 'manylinux2014', py_suffix: ''}
9494 - {name: 'manylinux_musl', py_suffix: '-alpine'}
9595 python :
96- - {version: '3.10 ', spec: 'cp310-cp310 '}
96+ - {version: '3.11 ', spec: 'cp311-cp311 '}
9797 cpu :
9898 - {arch: 'x86_64', platform: 'x86_64'}
9999
@@ -141,7 +141,7 @@ jobs:
141141 strategy :
142142 matrix :
143143 py :
144- - {version: '3.10 ', version_long: '3.10.7 '}
144+ - {version: '3.11 ', version_long: '3.11.1 '}
145145
146146 steps :
147147 - name : checkout
@@ -185,9 +185,7 @@ jobs:
185185 matrix :
186186 python :
187187 - version : ' 3.7'
188- - version : ' 3.8'
189- - version : ' 3.9'
190- - version : ' 3.10'
188+ - version : ' 3.11'
191189
192190 steps :
193191 - uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments