From 77c5c8c111f64f3f201fcd8c2ad0571ac795110d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filipe=20Brand=C3=A3o?= Date: Tue, 20 Feb 2024 18:53:34 +0000 Subject: [PATCH] Drop python 3.6 --- .github/workflows/build-and-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index fd474a21e..fd9a5c842 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -42,7 +42,7 @@ jobs: strategy: matrix: arch: [aarch64, ppc64le] - build: [cp36-*, cp37-*, cp38-*, cp39-*, cp310-*, cp311-*, cp312-*] + build: [cp37-*, cp38-*, cp39-*, cp310-*, cp311-*, cp312-*] runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v3