We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d81bb8 commit abe507fCopy full SHA for abe507f
.github/workflows/ci.yml
@@ -138,19 +138,21 @@ jobs:
138
fail-fast: false
139
matrix:
140
os: [ubuntu, macos, windows]
141
- python: [3.6, 3.7, 3.8, 3.9]
+ python: [3.7, 3.8, 3.9, 3.10]
142
include:
143
- - python: 3.6
144
- dist: 'pythreejs*.tar.gz'
145
- python: 3.7
146
- dist: 'pythreejs*.whl'
+ dist: 'pythreejs*.tar.gz'
+ node: 12
147
lab: 1
148
- node: 10
149
- python: 3.8
150
dist: 'pythreejs*.whl'
151
- lab: 2
152
node: 14
+ lab: 2
153
- python: 3.9
+ node: 16
+ dist: 'pythreejs*.whl'
154
+ lab: 3
155
+ - python: 3.10
156
157
lab: 3
158
- os: windows
0 commit comments