File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -114,14 +114,14 @@ jobs:
114
114
runs-on : ubuntu-latest
115
115
strategy :
116
116
matrix :
117
- python-version : [3.7, 3.8, 3.9]
117
+ python-version : [3.7, 3.8, 3.9, "3.10" ]
118
118
install : [repo]
119
119
include :
120
- - python-version : 3.9
120
+ - python-version : 3
121
121
install : sdist
122
- - python-version : 3.9
122
+ - python-version : 3
123
123
install : wheel
124
- - python-version : 3.9
124
+ - python-version : 3
125
125
install : editable
126
126
127
127
env :
@@ -196,15 +196,9 @@ jobs:
196
196
runs-on : ubuntu-latest
197
197
strategy :
198
198
matrix :
199
- python-version : [3.7, 3.8, 3.9]
199
+ python-version : [3.7, 3.8, 3.9, "3.10" ]
200
200
install : [repo]
201
201
pip-flags : ['--pre']
202
- include :
203
- # VTK won't build official 3.10 wheels before 9.2.0
204
- # PyVista has posted dev versions, at least
205
- - python-version : ' 3.10'
206
- install : repo
207
- pip-flags : ' --pre --find-links https://wheels.pyvista.org/'
208
202
209
203
env :
210
204
INSTALL_TYPE : ${{ matrix.install }}
You can’t perform that action at this time.
0 commit comments