convert to using py37
ci-tests/python-test/pipeline/head There was a failure building this commit
continuous-integration/drone/push Build was killed

This commit is contained in:
2022-03-03 23:35:17 +02:00
parent 841cd7948a
commit 101100b3cc
+1 -1
View File
@@ -17,7 +17,7 @@ local Pipeline(name, image) = {
[
Pipeline("python-2", "python:2"),
Pipeline("python-3-6", "python:3.6"),
Pipeline("python-3-7", "python:3.7"),
Pipeline("python-3-8", "python:3.8"),
Pipeline("python-3-9", "python:3.9"),
]