Skip to content

Commit abe507f

Browse files
committed
Update ci.yml
1 parent 8d81bb8 commit abe507f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,19 +138,21 @@ jobs:
138138
fail-fast: false
139139
matrix:
140140
os: [ubuntu, macos, windows]
141-
python: [3.6, 3.7, 3.8, 3.9]
141+
python: [3.7, 3.8, 3.9, 3.10]
142142
include:
143-
- python: 3.6
144-
dist: 'pythreejs*.tar.gz'
145143
- python: 3.7
146-
dist: 'pythreejs*.whl'
144+
dist: 'pythreejs*.tar.gz'
145+
node: 12
147146
lab: 1
148-
node: 10
149147
- python: 3.8
150148
dist: 'pythreejs*.whl'
151-
lab: 2
152149
node: 14
150+
lab: 2
153151
- python: 3.9
152+
node: 16
153+
dist: 'pythreejs*.whl'
154+
lab: 3
155+
- python: 3.10
154156
dist: 'pythreejs*.whl'
155157
lab: 3
156158
- os: windows

0 commit comments

Comments
 (0)