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 (#1395) chore(maintainers): add Ruben as a maintainer (#1392)
2 parents 5004034 + a0ddd46 commit 0fd0820

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Diff for: .github/workflows/python_build.yml

+1-1
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 }}

Diff for: MAINTAINERS.md

+7-6
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)