Skip to content

Commit e168313

Browse files
Merge pull request #89 from CadQuery/adam-urbanczyk-py3.7
Upgrade to python 3.7
2 parents 923b6a7 + 15b13ca commit e168313

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ jobs:
1919
name: Linux
2020
vmImage: 'ubuntu-16.04'
2121
py_maj: 3
22-
py_min: 6
22+
py_min: 7
2323

2424
- template: conda-build.yml@templates
2525
parameters:
2626
name: macOS
2727
vmImage: 'macOS-10.13'
2828
py_maj: 3
29-
py_min: 6
29+
py_min: 7
3030

3131
- template: conda-build.yml@templates
3232
parameters:
3333
name: Windows
3434
vmImage: 'vs2017-win2016'
3535
py_maj: 3
36-
py_min: 6
36+
py_min: 7

cqgui_env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- pyqt=5.9.2
88
- pyparsing
99
- pyqtgraph=0.10.0
10-
- python=3.6
10+
- python=3.7
1111
- spyder=3.3.4
1212
- pythonocc-core=0.18.2
1313
- path.py

0 commit comments

Comments
 (0)