Skip to content

Commit b3ca040

Browse files
committed
debug: trying to change the base python used for tests
1 parent 620e280 commit b3ca040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.trampolinerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if [[ -z "${TRAMPOLINE_DOCKERFILE:-}" ]]; then
5151
fi
5252

5353
if [[ -z "${RUN_TESTS_SESSION:-}" ]]; then
54-
RUN_TESTS_SESSION="py-3.7"
54+
RUN_TESTS_SESSION="py-3.10"
5555
fi
5656

5757
if [[ -z "${TRAMPOLINE_BUILD_FILE:-}" ]]; then

0 commit comments

Comments
 (0)