Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…tools-python into docs/examples-mypy

* 'develop' of https://github.com/awslabs/aws-lambda-powertools-python:
  chore(ci): drop 3.6 from workflows (#1395)
  chore(maintainers): add Ruben as a maintainer (#1392)
  • Loading branch information
heitorlessa committed Jul 28, 2022
2 parents 5004034 + a0ddd46 commit 0fd0820
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9]
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
Expand Down
13 changes: 7 additions & 6 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@ This is document explains who the maintainers are (see below), what they do in t

## Current Maintainers

| Maintainer | GitHub ID | Affiliation |
| ---------------- | --------------------------------------------- | ----------- |
| Heitor Lessa | [heitorlessa](https://github.com/heitorlessa) | Amazon |
| Alexander Melnyk | [am29d](https://github.com/am29d) | Amazon |
| Michal Ploski | [mploski](https://github.com/mploski) | Amazon |
| Simon Thulbourn | [sthulb](https://github.com/sthulb) | Amazon |
| Maintainer | GitHub ID | Affiliation |
| ---------------- | ----------------------------------------------- | ----------- |
| Heitor Lessa | [heitorlessa](https://github.com/heitorlessa) | Amazon |
| Alexander Melnyk | [am29d](https://github.com/am29d) | Amazon |
| Michal Ploski | [mploski](https://github.com/mploski) | Amazon |
| Simon Thulbourn | [sthulb](https://github.com/sthulb) | Amazon |
| Ruben Fonseca | [rubenfonseca](https://github.com/rubenfonseca) | Amazon |

## Emeritus

Expand Down

0 comments on commit 0fd0820

Please sign in to comment.