This is an automated email from the ASF dual-hosted git repository.
villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 9a8911f test: update required tests to python 3.8 (#16973)
9a8911f is described below
commit 9a8911f18c519ee80e46fdaec669ed3b26141b2f
Author: Ville Brofeldt <[email protected]>
AuthorDate: Tue Oct 5 09:12:53 2021 +0200
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 ad9b057..47c1bcc 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