From c8f59ddbf112a83e333dfdcde1afddb5640e7f25 Mon Sep 17 00:00:00 2001 From: Ville Brofeldt Date: Tue, 5 Oct 2021 09:26:09 +0300 Subject: [PATCH] test: update required tests to python 3.8 --- .asf.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index ad9b0570ebd6c..47c1bcc1b5bf0 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