From 87f077fcc640dbbf8fae821d749c330c13186bdf Mon Sep 17 00:00:00 2001 From: Jeremy Rose Date: Mon, 18 Mar 2024 19:49:32 -0700 Subject: [PATCH] CI on py3.8 --- .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 acffe44..59e57fd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.8' - name: Build wheels uses: PyO3/maturin-action@v1 with: @@ -76,7 +76,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.8' architecture: ${{ matrix.target }} - name: Build wheels uses: PyO3/maturin-action@v1 @@ -107,7 +107,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.8' - name: Build wheels uses: PyO3/maturin-action@v1 with: