Skip to content

Commit 684bb40

Browse files
committed
test: run against latest python patch version in each series
1 parent 74be5db commit 684bb40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ PY_DOCKER_IMAGES=()
66
if [ -n "$TEST_PY_VERSION" ]; then
77
PY_VERSIONS+=("$TEST_PY_VERSION")
88
else
9-
PY_VERSIONS+=("2.7.16")
10-
PY_VERSIONS+=("3.7.4")
9+
PY_VERSIONS+=("2.7")
10+
PY_VERSIONS+=("3.7")
1111
PY_VERSIONS+=("3.8")
1212
PY_VERSIONS+=("3.9")
1313
PY_VERSIONS+=("3.10")

0 commit comments

Comments
 (0)