Skip to content

Commit d92ed3f

Browse files
committed
CI: Test on Python 3.10 normally, test installs using latest 3
1 parent 7de5e35 commit d92ed3f

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,14 @@ jobs:
114114
runs-on: ubuntu-latest
115115
strategy:
116116
matrix:
117-
python-version: [3.7, 3.8, 3.9]
117+
python-version: [3.7, 3.8, 3.9, "3.10"]
118118
install: [repo]
119119
include:
120-
- python-version: 3.9
120+
- python-version: 3
121121
install: sdist
122-
- python-version: 3.9
122+
- python-version: 3
123123
install: wheel
124-
- python-version: 3.9
124+
- python-version: 3
125125
install: editable
126126

127127
env:
@@ -196,15 +196,9 @@ jobs:
196196
runs-on: ubuntu-latest
197197
strategy:
198198
matrix:
199-
python-version: [3.7, 3.8, 3.9]
199+
python-version: [3.7, 3.8, 3.9, "3.10"]
200200
install: [repo]
201201
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/'
208202

209203
env:
210204
INSTALL_TYPE: ${{ matrix.install }}

0 commit comments

Comments
 (0)