Skip to content

Commit 3e4e26b

Browse files
committed
Do not specify a minor version of Python 3.7
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 1e1b950 commit 3e4e26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
python_version: '3.6'
6363
python_architecture: 'x86'
6464
py37:
65-
python_version: '3.7.4'
65+
python_version: '3.7'
6666
python_architecture: 'x86'
6767

6868
- template: etc/ci/azure-win.yml

0 commit comments

Comments
 (0)