From 9a8911f18c519ee80e46fdaec669ed3b26141b2f Mon Sep 17 00:00:00 2001 From: Ville Brofeldt <33317356+villebro@users.noreply.github.com> Date: Tue, 5 Oct 2021 09:12:53 +0200 Subject: [PATCH] test: update required tests to python 3.8 (#16973) --- .asf.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index ad9b0570eb..47c1bcc1b5 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -66,12 +66,12 @@ github: - cypress-matrix (3, chrome) - docker-build - frontend-build - - pre-commit (3.7) - - python-lint (3.7) - - test-mysql (3.7) - - test-postgres (3.7) + - pre-commit (3.8) + - python-lint (3.8) + - test-mysql (3.8) - test-postgres (3.8) - - test-sqlite (3.7) + - test-postgres (3.9) + - test-sqlite (3.8) required_pull_request_reviews: dismiss_stale_reviews: false