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.
2 parents 923b6a7 + 15b13ca commit e168313Copy full SHA for e168313
azure-pipelines.yml
@@ -19,18 +19,18 @@ jobs:
19
name: Linux
20
vmImage: 'ubuntu-16.04'
21
py_maj: 3
22
- py_min: 6
+ py_min: 7
23
24
- template: conda-build.yml@templates
25
parameters:
26
name: macOS
27
vmImage: 'macOS-10.13'
28
29
30
31
32
33
name: Windows
34
vmImage: 'vs2017-win2016'
35
36
cqgui_env.yml
@@ -7,7 +7,7 @@ dependencies:
7
- pyqt=5.9.2
8
- pyparsing
9
- pyqtgraph=0.10.0
10
- - python=3.6
+ - python=3.7
11
- spyder=3.3.4
12
- pythonocc-core=0.18.2
13
- path.py
0 commit comments