Skip to content

Commit

Permalink
remove py36 from CI and mergify
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
  • Loading branch information
ryanlerch authored and abompard committed Aug 10, 2021
1 parent df742c9 commit d836e2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ jobs:
strategy:
matrix:
tox_env:
- py36
- py37
- py38
- py39
3 changes: 1 addition & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ pull_request_rules:
- check-success=Checks
- check-success=Licenses
- check-success=Documentation
- check-success=Unit tests (py36)
- check-success=Unit tests (py37)
- check-success=Unit tests (py38)
- check-success=Unit tests (py39)
name: default
name: default

0 comments on commit d836e2e

Please sign in to comment.