Skip to content

Commit 8ee2632

Browse files
authored
Merge pull request #13 from sbrinkhorst/master
Add python 3.6 to 3.9
2 parents dcb2400 + 5345338 commit 8ee2632

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', '3.5'])
12+
ensure_resource('pip::installation', ['2.6', '2.7', '3.3', '3.4', '3.5', '3.6', '3.7', '3.8', '3.9'])
1313
}

0 commit comments

Comments
 (0)