From f11f91299d470c9e280dd0eacdfd755dbea8c58c Mon Sep 17 00:00:00 2001 From: Makihara Kota Date: Wed, 13 Dec 2023 13:03:18 +0900 Subject: [PATCH 1/2] Enable tests for Python 3.11 and 3.12 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e690d633c..07137b2d6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.8'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.8'] steps: - uses: actions/checkout@v2 From 0f0c6b0cf880d3d7f8a772521bcea6a066d3c069 Mon Sep 17 00:00:00 2001 From: Ilya Priven Date: Sat, 25 May 2024 01:31:07 -0400 Subject: [PATCH 2/2] Remove py3.7 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 07137b2d6..ff43c0593 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.8'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.8'] steps: - uses: actions/checkout@v2