From a878189437e77faa09e8407e4766c2706338e637 Mon Sep 17 00:00:00 2001 From: Kazuhiro Sera Date: Tue, 15 Aug 2023 13:38:34 +0900 Subject: [PATCH] Remove Python 3.6 from CI builds --- .github/workflows/py_compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/py_compile.yml b/.github/workflows/py_compile.yml index d609aa1..7be69ac 100644 --- a/.github/workflows/py_compile.yml +++ b/.github/workflows/py_compile.yml @@ -10,7 +10,7 @@ jobs: timeout-minutes: 5 strategy: matrix: - python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}