We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74be5db commit 684bb40Copy full SHA for 684bb40
run-tests.sh
@@ -6,8 +6,8 @@ PY_DOCKER_IMAGES=()
6
if [ -n "$TEST_PY_VERSION" ]; then
7
PY_VERSIONS+=("$TEST_PY_VERSION")
8
else
9
- PY_VERSIONS+=("2.7.16")
10
- PY_VERSIONS+=("3.7.4")
+ PY_VERSIONS+=("2.7")
+ PY_VERSIONS+=("3.7")
11
PY_VERSIONS+=("3.8")
12
PY_VERSIONS+=("3.9")
13
PY_VERSIONS+=("3.10")
0 commit comments