From c8c616734c7daa2a33a660a8c29dfc1f31ce5951 Mon Sep 17 00:00:00 2001 From: Ruben Fonseca Date: Thu, 28 Jul 2022 10:40:43 +0200 Subject: [PATCH 1/2] chore(maintainers): add Ruben as a maintainer (#1392) --- MAINTAINERS.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 7a8d2d2f8e8..16bc8ab1161 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -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 From a0ddd46f040c6ee2c34b48f005fc83bf3a4f06d7 Mon Sep 17 00:00:00 2001 From: Heitor Lessa Date: Thu, 28 Jul 2022 13:11:56 +0200 Subject: [PATCH 2/2] chore(ci): drop 3.6 from workflows (#1395) --- .github/workflows/python_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_build.yml b/.github/workflows/python_build.yml index 4280fe531e5..901c593ebce 100644 --- a/.github/workflows/python_build.yml +++ b/.github/workflows/python_build.yml @@ -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 }}