Skip to content

Commit 9ee29bc

Browse files
authored
Update init.pp
Added 3.5 for python 3.5 compatibility.
1 parent 9526853 commit 9ee29bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99

1010
ensure_packages(['curl'])
1111

12-
ensure_resource('pip::installation', ['2.6', '2.7', '3.3', '3.4'])
12+
ensure_resource('pip::installation', ['2.6', '2.7', '3.3', '3.4', '3.5'])
1313
}

0 commit comments

Comments
 (0)