From 020f1df5a4e51685227d6301b0d8ff25a7a7bc2b Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Fri, 11 Oct 2024 16:32:20 +0200 Subject: Use older Github runner for Python 3.7 tests --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 33a0f97..dbbc988 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.6, pypy2.7] + python-version: [3.6, 3.7, pypy2.7] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} @@ -44,7 +44,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12, pypy3.9] + python-version: [3.8, 3.9, '3.10', 3.11, 3.12, pypy3.9] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} -- cgit v1.2.3