From 06c1494853abd3823ff1208c03e62161fc2e0061 Mon Sep 17 00:00:00 2001 From: James Turk Date: Sat, 25 Mar 2023 03:00:19 -0500 Subject: [PATCH] expand matrix --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 07af480..e1fbc6b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: target: [x86_64] #, x86, aarch64, armv7, s390x, ppc64le] - python-version: ['3.10', '3.11', 'pypy3.10'] + python-version: ['3.8', '3.9', '3.10', '3.11', 'pypy3.9'] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 @@ -46,7 +46,7 @@ jobs: strategy: matrix: target: [x64, x86] - python-version: ['3.10', '3.11', 'pypy3.10'] + python-version: ['3.8', '3.9', '3.10', '3.11', 'pypy3.9'] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 @@ -70,7 +70,7 @@ jobs: strategy: matrix: target: [x86_64, aarch64] - python-version: ['3.10', '3.11', 'pypy3.10'] + python-version: ['3.8', '3.9', '3.10', '3.11', 'pypy3.9'] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4