Skip to content

Commit

Permalink
test: update required tests to python 3.8 (#16973)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Oct 5, 2021
1 parent 5866d5e commit 9a8911f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a8911f

Please sign in to comment.