Skip to content

Commit 0fd0820

Browse files
committed
Merge branch 'develop' of https://github.com/awslabs/aws-lambda-powertools-python into docs/examples-mypy
* 'develop' of https://github.com/awslabs/aws-lambda-powertools-python: chore(ci): drop 3.6 from workflows (aws-powertools#1395) chore(maintainers): add Ruben as a maintainer (aws-powertools#1392)
2 parents 5004034 + a0ddd46 commit 0fd0820

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/python_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
max-parallel: 4
2828
matrix:
29-
python-version: [3.6, 3.7, 3.8, 3.9]
29+
python-version: [3.7, 3.8, 3.9]
3030
env:
3131
OS: ${{ matrix.os }}
3232
PYTHON: ${{ matrix.python-version }}

MAINTAINERS.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,13 @@ This is document explains who the maintainers are (see below), what they do in t
3737

3838
## Current Maintainers
3939

40-
| Maintainer | GitHub ID | Affiliation |
41-
| ---------------- | --------------------------------------------- | ----------- |
42-
| Heitor Lessa | [heitorlessa](https://github.com/heitorlessa) | Amazon |
43-
| Alexander Melnyk | [am29d](https://github.com/am29d) | Amazon |
44-
| Michal Ploski | [mploski](https://github.com/mploski) | Amazon |
45-
| Simon Thulbourn | [sthulb](https://github.com/sthulb) | Amazon |
40+
| Maintainer | GitHub ID | Affiliation |
41+
| ---------------- | ----------------------------------------------- | ----------- |
42+
| Heitor Lessa | [heitorlessa](https://github.com/heitorlessa) | Amazon |
43+
| Alexander Melnyk | [am29d](https://github.com/am29d) | Amazon |
44+
| Michal Ploski | [mploski](https://github.com/mploski) | Amazon |
45+
| Simon Thulbourn | [sthulb](https://github.com/sthulb) | Amazon |
46+
| Ruben Fonseca | [rubenfonseca](https://github.com/rubenfonseca) | Amazon |
4647

4748
## Emeritus
4849

0 commit comments

Comments
 (0)